oh_ci             106 gc/include/private/dbg_mlc.h       struct callinfo oh_ci[NFRAMES];
oh_ci             136 gc/include/private/dbg_mlc.h #   define ADD_CALL_CHAIN(base, ra) GC_save_callers(((oh *)(base)) -> oh_ci)
oh_ci             137 gc/include/private/dbg_mlc.h #   define PRINT_CALL_CHAIN(base) GC_print_callers(((oh *)(base)) -> oh_ci)
oh_ci             140 gc/include/private/dbg_mlc.h #   define ADD_CALL_CHAIN(base, ra) ((oh *)(base)) -> oh_ci[0].ci_pc = (ra)
oh_ci             141 gc/include/private/dbg_mlc.h #   define PRINT_CALL_CHAIN(base) GC_print_callers(((oh *)(base)) -> oh_ci)