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

  /art/runtime/
bytecode_utils.h 36 bool IsLast() const { return code_ptr_ + CurrentInstruction().SizeInCodeUnits() >= code_end_; }
38 const Instruction& CurrentInstruction() const { return *Instruction::At(code_ptr_); }
43 size_t instruction_size = CurrentInstruction().SizeInCodeUnits();
168 return CodeItemIterator(code_item, dex_pc).CurrentInstruction();
dex_to_dex_decompiler.cc 107 Instruction* inst = const_cast<Instruction*>(&it.CurrentInstruction());
  /art/compiler/optimizing/
block_builder.cc 80 const Instruction& instruction = it.CurrentInstruction();
112 MaybeCreateBlockAt(dex_pc + it.CurrentInstruction().SizeInCodeUnits());
146 const Instruction& instruction = it.CurrentInstruction();
instruction_builder.cc 327 if (current_block_->IsTryBlock() && IsThrowingDexInstruction(it.CurrentInstruction())) {
335 if (!ProcessDexInstruction(it.CurrentInstruction(), dex_pc)) {
    [all...]
  /art/test/983-source-transform-verify/
source_transform.cc 92 const Instruction& inst = code_it.CurrentInstruction();
  /art/profman/
profman.cc 663 if (it.CurrentInstruction().Opcode() == Instruction::INVOKE_VIRTUAL) {
    [all...]

Completed in 374 milliseconds