Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h521 bool IsInvoke() const { in IsInvoke() function
/art/compiler/optimizing/
Dintrinsics.cc575 if (inst->IsInvoke()) { in Run()
Dload_store_elimination.cc56 if (user->IsPhi() || user->IsSelect() || user->IsInvoke() || in ReferenceInfo()
Dregister_allocator.cc1645 DCHECK(use->GetUser()->IsInvoke()); in ConnectSiblings()
Dcode_generator_arm64.cc660 DCHECK(!instruction_->IsInvoke() || in EmitNativeCode()
727 DCHECK(instruction_->IsInvoke()); in EmitNativeCode()
Dcode_generator_x86_64.cc530 DCHECK(!instruction_->IsInvoke() || in EmitNativeCode()
592 DCHECK(instruction_->IsInvoke()); in EmitNativeCode()
Dcode_generator_arm.cc492 DCHECK(!instruction_->IsInvoke() || in EmitNativeCode()
554 DCHECK(instruction_->IsInvoke()); in EmitNativeCode()
Dcode_generator_x86.cc509 DCHECK(!instruction_->IsInvoke() || in EmitNativeCode()
571 DCHECK(instruction_->IsInvoke()); in EmitNativeCode()
/art/runtime/interpreter/
Dinterpreter.cc551 if (instr->IsInvoke()) { in EnterInterpreterFromDeoptimize()