Searched refs:At (Results 1 - 23 of 23) sorted by relevance

/art/compiler/utils/mips64/
H A Dconstants_mips64.h76 // Use the At(pc) function to create references to Instr.
77 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } function in class:art::mips64::Instr
/art/compiler/utils/mips/
H A Dconstants_mips.h100 // Use the At(pc) function to create references to Instr.
101 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } function in class:art::mips::Instr
/art/compiler/utils/x86/
H A Dconstants_x86.h117 // Use the At(pc) function to create references to Instr.
118 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } function in class:art::x86::Instr
/art/runtime/
H A Ddex_instruction_visitor.h33 const Instruction* inst = Instruction::At(&code[i]);
H A Ddex_instruction.h185 static const Instruction* At(const uint16_t* code) { function in class:art::Instruction
192 return At(reinterpret_cast<const uint16_t*>(this) + offset);
H A Dart_method.cc288 Instruction::At(&code_item->insns_[found_dex_pc]);
H A Dcommon_throws.cc367 const Instruction* instr = Instruction::At(&code->insns_[throw_dex_pc]);
H A Ddebugger.cc340 const Instruction* instruction = Instruction::At(&code_item->insns_[dex_pc]);
2892 const Instruction* instr = Instruction::At(&code_item->insns_[location.dex_pc]);
/art/compiler/dex/
H A Dverified_method.cc209 const Instruction* inst = Instruction::At(insns);
210 const Instruction* end = Instruction::At(insns + code_item->insns_size_in_code_units_);
255 const Instruction* inst = Instruction::At(insns);
256 const Instruction* end = Instruction::At(insns + code_item->insns_size_in_code_units_);
331 const Instruction* inst = Instruction::At(code_item->insns_);
332 const Instruction* end = Instruction::At(code_item->insns_ +
H A Ddex_to_dex_compiler.cc98 Instruction* inst = const_cast<Instruction*>(Instruction::At(insns));
H A Dmir_graph.cc170 const Instruction* inst = Instruction::At(code_ptr);
337 // At first glance the instructions should all be mapped to orig_block.
397 const Instruction* monitor_exit = Instruction::At(current_code_item_->insns_ + monitor_exit_offset);
400 const Instruction* check_insn = Instruction::At(current_code_item_->insns_ + catch_offset);
795 width += Instruction::At(code_ptr + 1)->SizeInCodeUnits();
1523 insn.opcode = Instruction::At(current_code_item_->insns_ + mir->offset)->Opcode();
2371 // the last SSA number of the same dalvik register. At the end, if it is different than ssa_reg,
/art/compiler/utils/x86_64/
H A Dconstants_x86_64.h126 // Use the At(pc) function to create references to Instr.
127 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } function in class:art::x86_64::Instr
/art/runtime/quick/
H A Dinline_method_analyser.cc84 const Instruction* instruction = Instruction::At(code_item->insns_);
145 const Instruction* return_instruction = Instruction::At(code_item->insns_);
168 const Instruction* instruction = Instruction::At(code_item->insns_);
201 const Instruction* instruction = Instruction::At(code_item->insns_);
264 const Instruction* instruction = Instruction::At(code_item->insns_);
/art/compiler/utils/arm/
H A Dconstants_arm.h224 // Instr* instr = Instr::At(ptr);
434 // Use the At(pc) function to create references to Instr.
435 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } function in class:art::arm::Instr
/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc261 const Instruction* inst = Instruction::At(inst_data);
H A Dinterpreter.cc415 const Instruction* instr = Instruction::At(&code_item->insns_[dex_pc]);
H A Dinterpreter_goto_table_impl.cc156 const Instruction* inst = Instruction::At(code_item->insns_ + dex_pc);
H A Dinterpreter_switch_impl.cc78 const Instruction* inst = Instruction::At(insns + dex_pc);
/art/runtime/verifier/
H A Dmethod_verifier.cc437 const Instruction* inst = Instruction::At(code_item->insns_);
493 const Instruction* inst = Instruction::At(code_item_->insns_ + dex_pc);
522 const Instruction* inst = Instruction::At(code_item_->insns_ + dex_pc);
607 const Instruction* inst = Instruction::At(insns);
665 const Instruction* inst = Instruction::At(insns);
732 const Instruction* inst = Instruction::At(code_item_->insns_ + dex_pc);
777 const Instruction* inst = Instruction::At(code_item_->insns_);
1277 const Instruction* inst = Instruction::At(code_item_->insns_);
1542 insn_idx += Instruction::At(code_item_->insns_ + insn_idx)->SizeInCodeUnits()) {
1631 const Instruction* inst = Instruction::At(insn
[all...]
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc836 const Instruction* instr = Instruction::At(&code->insns_[dex_pc]);
2074 const Instruction* instr = Instruction::At(&code->insns_[dex_pc]);
/art/compiler/optimizing/
H A Dbuilder.cc320 const Instruction& instruction = *Instruction::At(code_ptr);
369 const Instruction& instruction = *Instruction::At(code_ptr);
H A Dnodes.h1659 const T& At(intptr_t i) const { function in class:art::EmbeddedArray
/art/oatdump/
H A Doatdump.cc1297 const Instruction* instruction = Instruction::At(&code_item->insns_[i]);

Completed in 387 milliseconds