Home
last modified time | relevance | path

Searched refs:inst_str (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/arm/
Dcall_arm.cc123 char* inst_str = cu_->verbose ? in GenPrintLabel() local
125 MarkBoundary(mir->offset, inst_str); in GenPrintLabel()
/art/compiler/dex/quick/
Dmir_to_lir.cc742 char* inst_str = cu_->verbose ? in MethodBlockCodeGen() local
744 boundary_lir = MarkBoundary(mir->offset, inst_str); in MethodBlockCodeGen()
Dcodegen_util.cc892 LIR* Mir2Lir::MarkBoundary(int offset, const char* inst_str) { in MarkBoundary() argument
893 LIR* res = NewLIR1(kPseudoDalvikByteCodeBoundary, reinterpret_cast<uintptr_t>(inst_str)); in MarkBoundary()
Dmir_to_lir.h277 LIR* MarkBoundary(int offset, const char* inst_str);