Home
last modified time | relevance | path

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

/art/compiler/dex/
Ddex_to_dex_compiler.cc245 bool fast_path = driver_.ComputeInvokeInfo(&unit_, dex_pc, in CompileInvokeVirtual()
Dmir_dataflow.cc1302 cu_->compiler_driver->ComputeInvokeInfo(&m_unit, current_offset, in InvokeUsesMethodStar()
/art/compiler/driver/
Dcompiler_driver.h324 bool ComputeInvokeInfo(const DexCompilationUnit* mUnit, const uint32_t dex_pc,
Dcompiler_driver.cc1279 bool CompilerDriver::ComputeInvokeInfo(const DexCompilationUnit* mUnit, const uint32_t dex_pc, in ComputeInvokeInfo() function in art::CompilerDriver
/art/compiler/llvm/
Dgbc_expander.cc835 bool is_fast_path = driver_->ComputeInvokeInfo(dex_compilation_unit_, dex_pc, in EmitInvoke()