Searched refs:ComputeInvokeInfo (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 245 bool fast_path = driver_.ComputeInvokeInfo(&unit_, dex_pc, in CompileInvokeVirtual()
|
D | mir_dataflow.cc | 1302 cu_->compiler_driver->ComputeInvokeInfo(&m_unit, current_offset, in InvokeUsesMethodStar()
|
/art/compiler/driver/ |
D | compiler_driver.h | 324 bool ComputeInvokeInfo(const DexCompilationUnit* mUnit, const uint32_t dex_pc,
|
D | compiler_driver.cc | 1279 bool CompilerDriver::ComputeInvokeInfo(const DexCompilationUnit* mUnit, const uint32_t dex_pc, in ComputeInvokeInfo() function in art::CompilerDriver
|
/art/compiler/llvm/ |
D | gbc_expander.cc | 835 bool is_fast_path = driver_->ComputeInvokeInfo(dex_compilation_unit_, dex_pc, in EmitInvoke()
|