Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc390 const bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); in FindInvokedMethodAtDexPc() local
2128 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in CodeFlowVerifyInstruction() local
2154 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); in CodeFlowVerifyInstruction() local
2221 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction() local
2246 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); in CodeFlowVerifyInstruction() local
2554 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); in CodeFlowVerifyInstruction() local
2988 bool is_range, in VerifyInvocationArgs()
3111 bool is_range) { in GetQuickInvokedMethod()
3144 bool is_range) { in VerifyInvokeVirtualQuickArgs()
3234 void MethodVerifier::VerifyNewArray(const Instruction* inst, bool is_filled, bool is_range) { in VerifyNewArray()
[all …]
Dregister_line.cc91 const RegType& RegisterLine::GetInvocationThis(const Instruction* inst, bool is_range) { in GetInvocationThis()
/art/compiler/dex/
Ddex_to_dex_compiler.cc238 bool is_range) { in CompileInvokeVirtual()
Dmir_graph.cc1116 bool is_range) { in NewMemCallInfo()
Dmir_graph.h336 bool is_range; member
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc321 bool is_range; in artPortableResolutionTrampoline() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc465 bool is_range; in artQuickResolutionTrampoline() local
/art/compiler/dex/portable/
Dmir_to_gbc.cc451 InvokeType invoke_type, bool is_range, bool is_filled_new_array) { in ConvertInvoke()