Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc523 const bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); in FindInvokedMethodAtDexPc() local
2400 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in CodeFlowVerifyInstruction() local
2435 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); in CodeFlowVerifyInstruction() local
2518 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction() local
2543 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); in CodeFlowVerifyInstruction() local
2882 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); in CodeFlowVerifyInstruction() local
3329 T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) { in VerifyInvocationArgsFromIterator()
3446 bool is_range) { in VerifyInvocationArgsUnresolvedMethod()
3484 const Instruction* inst, MethodType method_type, bool is_range, bool is_super) { in VerifyInvocationArgs()
3527 bool is_range, bool allow_failure) { in GetQuickInvokedMethod()
[all …]
Dregister_line.cc48 bool is_range, bool allow_failure) { in GetInvocationThis()
/art/compiler/dex/
Ddex_to_dex_compiler.cc255 Instruction::Code new_opcode, bool is_range) { in CompileInvokeVirtual()
Dverified_method.cc270 const bool is_range = inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in GenerateDevirtMap() local
Dmir_optimization.cc1680 bool is_range = (opcode == Instruction::INVOKE_DIRECT_RANGE); in StringChange() local
Dmir_graph.cc1739 CallInfo* MIRGraph::NewMemCallInfo(BasicBlock* bb, MIR* mir, InvokeType type, bool is_range) { in NewMemCallInfo()
Dmir_graph.h545 bool is_range; member
/art/compiler/optimizing/
Dbuilder.cc573 bool is_range, in BuildInvoke()
1060 bool is_range, in BuildFilledNewArray()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc838 bool is_range; in artQuickResolutionTrampoline() local