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

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

Completed in 1183 milliseconds