Searched defs:is_range (Results 1 – 5 of 5) sorted by relevance
/art/tools/veridex/ |
D | flow_analysis.cc | 673 bool is_range, in GetParameterAt() 679 RegisterValue FlowAnalysisCollector::AnalyzeInvoke(const Instruction& instruction, bool is_range) { in AnalyzeInvoke() 737 bool is_range) { in AnalyzeInvoke()
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 51 void DecompileInvokeVirtual(Instruction* inst, Instruction::Code new_opcode, bool is_range) { in DecompileInvokeVirtual()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 920 bool is_range, in BuildInvoke() 1060 bool is_range, in BuildInvokePolymorphic() 1228 bool is_range, in SetupInvokeArguments() 1285 bool is_range, in HandleInvoke() 1333 bool is_range, in HandleStringInit() 1703 bool is_range, in BuildFilledNewArray()
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 462 bool is_range) { in CompileInvokeVirtual()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1324 bool is_range; in artQuickResolutionTrampoline() local 2813 const bool is_range = (inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic() local
|