Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics.cc338 if (inst->IsInvoke()) { in Run()
Dregister_allocator.cc1530 DCHECK(use->GetUser()->IsInvoke()); in ConnectSiblings()
/art/runtime/
Ddex_instruction.h488 bool IsInvoke() const { in IsInvoke() function
/art/runtime/interpreter/
Dinterpreter.cc418 new_dex_pc = dex_pc + (instr->IsInvoke() ? instr->SizeInCodeUnits() : 0); in EnterInterpreterFromDeoptimize()
/art/compiler/dex/
Dmir_graph.h281 bool IsInvoke() const { in IsInvoke() function