Searched defs:is_range (Results 1 – 5 of 5) sorted by relevance
/art/tools/veridex/ |
D | flow_analysis.cc | 681 bool is_range, in GetParameterAt() 687 RegisterValue FlowAnalysisCollector::AnalyzeInvoke(const Instruction& instruction, bool is_range) { in AnalyzeInvoke() 745 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/runtime/verifier/ |
D | method_verifier.cc | 2942 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in CodeFlowVerifyInstruction() local 2981 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); in CodeFlowVerifyInstruction() local 3063 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction() local 3088 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); in CodeFlowVerifyInstruction() local 3145 bool is_range = (inst->Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in CodeFlowVerifyInstruction() local 3179 bool is_range = (inst->Opcode() == Instruction::INVOKE_CUSTOM_RANGE); in CodeFlowVerifyInstruction() local 3971 T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) { in VerifyInvocationArgsFromIterator() 4120 bool is_range) { in VerifyInvocationArgsUnresolvedMethod() 4213 const Instruction* inst, MethodType method_type, bool is_range) { in VerifyInvocationArgs() 4413 bool is_range) { in VerifyNewArray()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 462 bool is_range) { in CompileInvokeVirtual()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1330 bool is_range; in artQuickResolutionTrampoline() local 2799 const bool is_range = (inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic() local
|