Searched defs:is_range (Results 1 – 8 of 8) sorted by relevance
390 const bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); in FindInvokedMethodAtDexPc() local2128 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in CodeFlowVerifyInstruction() local2154 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); in CodeFlowVerifyInstruction() local2221 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction() local2246 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); in CodeFlowVerifyInstruction() local2554 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); in CodeFlowVerifyInstruction() local2988 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 …]
91 const RegType& RegisterLine::GetInvocationThis(const Instruction* inst, bool is_range) { in GetInvocationThis()
238 bool is_range) { in CompileInvokeVirtual()
1116 bool is_range) { in NewMemCallInfo()
336 bool is_range; member
321 bool is_range; in artPortableResolutionTrampoline() local
465 bool is_range; in artQuickResolutionTrampoline() local
451 InvokeType invoke_type, bool is_range, bool is_filled_new_array) { in ConvertInvoke()