Home
last modified time | relevance | path

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

/art/tools/veridex/
Dflow_analysis.cc681 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/
Ddex_to_dex_decompiler.cc51 void DecompileInvokeVirtual(Instruction* inst, Instruction::Code new_opcode, bool is_range) { in DecompileInvokeVirtual()
/art/runtime/verifier/
Dmethod_verifier.cc2950 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in CodeFlowVerifyInstruction() local
2989 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); in CodeFlowVerifyInstruction() local
3071 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction() local
3096 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); in CodeFlowVerifyInstruction() local
3153 bool is_range = (inst->Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in CodeFlowVerifyInstruction() local
3187 bool is_range = (inst->Opcode() == Instruction::INVOKE_CUSTOM_RANGE); in CodeFlowVerifyInstruction() local
4020 T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) { in VerifyInvocationArgsFromIterator()
4169 bool is_range) { in VerifyInvocationArgsUnresolvedMethod()
4262 const Instruction* inst, MethodType method_type, bool is_range) { in VerifyInvocationArgs()
4419 bool is_range) { in VerifyNewArray()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc462 bool is_range) { in CompileInvokeVirtual()
/art/runtime/interpreter/mterp/
Dnterp.cc519 bool is_range) in DoFilledNewArray()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1248 bool is_range; in artQuickResolutionTrampoline() local
2550 const bool is_range = (inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic() local