Home
last modified time | relevance | path

Searched refs:IsInvoke (Results 1 – 14 of 14) 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()
Dinstruction_builder.cc1514 if (invoke->IsInvoke()) { in SetupInvokeArguments()
1536 if (invoke->IsInvoke()) { in SetupInvokeArguments()
Dcode_generator_arm_vixl.cc829 DCHECK(instruction_->IsInvoke()) << instruction_->DebugName(); in EmitNativeCode()
1828 DCHECK(!instruction->IsInvoke() || !instruction->GetLocations()->CanCall()); in GetFinalLabel()
Dcode_generator_arm64.cc714 DCHECK(instruction_->IsInvoke()) << instruction_->DebugName(); in EmitNativeCode()
Dcode_generator_x86_64.cc826 DCHECK(instruction_->IsInvoke()) << instruction_->DebugName(); in EmitNativeCode()
Dcode_generator_x86.cc805 DCHECK(instruction_->IsInvoke()) << instruction_->DebugName(); in EmitNativeCode()
/art/runtime/verifier/
Dregister_line.cc51 DCHECK(inst->IsInvoke()); in GetInvocationThis()
/art/libdexfile/dex/
Ddex_instruction.h594 bool IsInvoke() const { in IsInvoke() function
/art/runtime/
Dmethod_handles.cc363 inline bool IsInvoke(const mirror::MethodHandle::Kind handle_kind) { in IsInvoke() function
727 DCHECK(IsInvoke(handle_kind)); in DoInvokePolymorphicMethod()
Dinstrumentation.cc1456 if (instr.IsInvoke()) { in GetRuntimeMethodShorty()
/art/runtime/interpreter/
Dinterpreter.cc588 } else if (instr->IsInvoke()) { in EnterInterpreterFromDeoptimize()
Dinterpreter_switch_impl-inl.h99 DCHECK(inst->IsInvoke()); in PossiblyHandlePendingExceptionOnInvoke()