Home
last modified time | relevance | path

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

/art/tools/veridex/
Dflow_analysis.cc704 bool is_range, in GetParameterAt()
710 RegisterValue FlowAnalysisCollector::AnalyzeInvoke(const Instruction& instruction, bool is_range) { in AnalyzeInvoke()
768 bool is_range) { in AnalyzeInvoke()
/art/runtime/verifier/
Dmethod_verifier.cc2927 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in CodeFlowVerifyInstruction() local
2965 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); in CodeFlowVerifyInstruction() local
3047 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction() local
3072 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); in CodeFlowVerifyInstruction() local
3129 bool is_range = (inst->Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in CodeFlowVerifyInstruction() local
3163 bool is_range = (inst->Opcode() == Instruction::INVOKE_CUSTOM_RANGE); in CodeFlowVerifyInstruction() local
3956 T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) { in VerifyInvocationArgsFromIterator()
4105 bool is_range) { in VerifyInvocationArgsUnresolvedMethod()
4198 const Instruction* inst, MethodType method_type, bool is_range) { in VerifyInvocationArgs()
4355 bool is_range) { in VerifyNewArray()
/art/runtime/interpreter/mterp/
Dnterp.cc635 bool is_range) in DoFilledNewArray()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1248 bool is_range; in artQuickResolutionTrampoline() local
2461 const bool is_range = (inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic() local