Home | History | Annotate | Download | only in compiler

Lines Matching refs:low_pc

987   // We only care about low_pc and high_pc right now for the compilation
1054 // Leave space for low_pc and high_pc.
1061 uint32_t low_pc = 0xFFFFFFFFU;
1066 if (info.low_pc_ < low_pc) {
1067 low_pc = info.low_pc_;
1081 // Enter name, low_pc, high_pc.
1092 UpdateWord(dbg_info, low_pc_offset, low_pc);