Home
last modified time | relevance | path

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

/art/dex2oat/dex/
Ddex_to_dex_compiler.cc106 uint16_t GetIndexForInstruction(const Instruction* inst, uint32_t index);
195 uint16_t DexToDexCompiler::CompilationState::GetIndexForInstruction(const Instruction* inst, in GetIndexForInstruction() function in art::optimizer::DexToDexCompiler::CompilationState
433 uint32_t field_idx = GetIndexForInstruction(inst, inst->VRegC_22c()); in CompileInstanceFieldAccess()
466 uint32_t method_idx = GetIndexForInstruction(inst, in CompileInvokeVirtual()