Searched refs:inst_str (Results 1 – 4 of 4) sorted by relevance
123 char* inst_str = cu_->verbose ? in GenPrintLabel() local125 MarkBoundary(mir->offset, inst_str); in GenPrintLabel()
742 char* inst_str = cu_->verbose ? in MethodBlockCodeGen() local744 boundary_lir = MarkBoundary(mir->offset, inst_str); in MethodBlockCodeGen()
892 LIR* Mir2Lir::MarkBoundary(int offset, const char* inst_str) { in MarkBoundary() argument893 LIR* res = NewLIR1(kPseudoDalvikByteCodeBoundary, reinterpret_cast<uintptr_t>(inst_str)); in MarkBoundary()
277 LIR* MarkBoundary(int offset, const char* inst_str);