Home
last modified time | relevance | path

Searched refs:IsInvoke (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Descape.cc62 (user->IsInvoke() && user->GetSideEffects().DoesAnyWrite()) || in CalculateEscape()
Dloop_analysis.h123 instruction->IsInvoke()); in MakesScalarPeelingUnrollingNonBeneficial()
Dregister_allocation_resolver.cc353 DCHECK(use.GetUser()->IsInvoke()); in ConnectSiblings()
Dcode_generator_arm_vixl.cc827 DCHECK(instruction_->IsInvoke()) << instruction_->DebugName(); in EmitNativeCode()
1826 DCHECK(!instruction->IsInvoke() || !instruction->GetLocations()->CanCall()); in GetFinalLabel()
Dcode_generator_mips64.cc823 DCHECK(instruction_->IsInvoke()) << instruction_->DebugName(); in EmitNativeCode()
Dcode_generator_mips.cc876 DCHECK(instruction_->IsInvoke()) << instruction_->DebugName(); in EmitNativeCode()
/art/runtime/verifier/
Dregister_line.cc51 DCHECK(inst->IsInvoke()); in GetInvocationThis()
/art/libdexfile/dex/
Ddex_instruction.h587 bool IsInvoke() const { in IsInvoke() function
/art/runtime/
Dmethod_handles.cc362 inline bool IsInvoke(const mirror::MethodHandle::Kind handle_kind) { in IsInvoke() function
712 DCHECK(IsInvoke(handle_kind)); in DoInvokePolymorphicMethod()
/art/runtime/interpreter/
Dinterpreter.cc568 } else if (instr->IsInvoke()) { in EnterInterpreterFromDeoptimize()