Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc687 const bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); in FindInvokedMethodAtDexPc() local
2834 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in CodeFlowVerifyInstruction() local
2871 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); in CodeFlowVerifyInstruction() local
2950 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction() local
2972 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); in CodeFlowVerifyInstruction() local
3315 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); in CodeFlowVerifyInstruction() local
3871 T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) { in VerifyInvocationArgsFromIterator()
4015 bool is_range) { in VerifyInvocationArgsUnresolvedMethod()
4053 const Instruction* inst, MethodType method_type, bool is_range) { in VerifyInvocationArgs()
4123 bool is_range, bool allow_failure) { in GetQuickInvokedMethod()
[all …]
Dregister_line.cc48 bool is_range, bool allow_failure) { in GetInvocationThis()
/art/compiler/dex/
Dverified_method.cc152 const bool is_range = inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in GenerateDevirtMap() local
Ddex_to_dex_compiler.cc275 Instruction::Code new_opcode, bool is_range) { in CompileInvokeVirtual()
/art/compiler/optimizing/
Dinstruction_builder.cc771 bool is_range, in BuildInvoke()
1036 bool is_range, in SetupInvokeArguments()
1091 bool is_range, in HandleInvoke()
1136 bool is_range, in HandleStringInit()
1485 bool is_range, in BuildFilledNewArray()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc953 bool is_range; in artQuickResolutionTrampoline() local