Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc446 const bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); in FindInvokedMethodAtDexPc() local
2221 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in CodeFlowVerifyInstruction() local
2260 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); in CodeFlowVerifyInstruction() local
2343 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction() local
2369 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); in CodeFlowVerifyInstruction() local
2677 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); in CodeFlowVerifyInstruction() local
3136 bool is_range, in VerifyInvocationArgsFromIterator()
3255 bool is_range) { in VerifyInvocationArgsUnresolvedMethod()
3294 bool is_range, in VerifyInvocationArgs()
3338 RegisterLine* reg_line, bool is_range) { in GetQuickInvokedMethod()
[all …]
Dregister_line.cc92 RegType& RegisterLine::GetInvocationThis(const Instruction* inst, bool is_range) { in GetInvocationThis()
/art/compiler/dex/
Ddex_to_dex_compiler.cc232 bool is_range) { in CompileInvokeVirtual()
Dverified_method.cc216 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE) || in GenerateDevirtMap() local
Dmir_graph.cc1453 bool is_range) { in NewMemCallInfo()
Dmir_graph.h530 bool is_range; member
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc328 bool is_range; in artPortableResolutionTrampoline() local
/art/compiler/optimizing/
Dbuilder.cc325 bool is_range, in BuildInvoke()
/art/compiler/dex/portable/
Dmir_to_gbc.cc468 InvokeType invoke_type, bool is_range, bool is_filled_new_array) { in ConvertInvoke()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc725 bool is_range; in artQuickResolutionTrampoline() local