HomeSort by relevance Sort by last modified time
    Searched refs:kPseudoExportedPC (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/
compiler_enums.h 89 kPseudoExportedPC = -16,
  /art/compiler/dex/quick/
mir_to_lir-inl.h 57 (opcode == kPseudoExportedPC)) {
codegen_util.cc 244 case kPseudoExportedPC:
675 if (!tgt_lir->flags.is_nop && (tgt_lir->opcode == kPseudoExportedPC)) {
709 if (!tgt_lir->flags.is_nop && (tgt_lir->opcode == kPseudoExportedPC)) {
737 if (!tgt_lir->flags.is_nop && (tgt_lir->opcode == kPseudoExportedPC)) {
    [all...]
mir_to_lir.cc     [all...]

Completed in 1152 milliseconds