Home
last modified time | relevance | path

Searched defs:is_range (Results 1 – 5 of 5) sorted by relevance

/art/tools/veridex/
Dflow_analysis.cc673 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/
Ddex_to_dex_decompiler.cc51 void DecompileInvokeVirtual(Instruction* inst, Instruction::Code new_opcode, bool is_range) { in DecompileInvokeVirtual()
/art/compiler/optimizing/
Dinstruction_builder.cc920 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/
Ddex_to_dex_compiler.cc462 bool is_range) { in CompileInvokeVirtual()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1324 bool is_range; in artQuickResolutionTrampoline() local
2813 const bool is_range = (inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic() local