HomeSort by relevance Sort by last modified time
    Searched refs:IsInvoke (Results 1 - 9 of 9) sorted by null

  /art/compiler/optimizing/
intrinsics.cc 575 if (inst->IsInvoke()) {
load_store_elimination.cc 56 if (user->IsPhi() || user->IsSelect() || user->IsInvoke() ||
    [all...]
register_allocator.cc     [all...]
code_generator_arm64.cc 660 DCHECK(!instruction_->IsInvoke() ||
727 DCHECK(instruction_->IsInvoke());
    [all...]
code_generator_arm.cc 492 DCHECK(!instruction_->IsInvoke() ||
554 DCHECK(instruction_->IsInvoke());
    [all...]
code_generator_x86.cc 509 DCHECK(!instruction_->IsInvoke() ||
571 DCHECK(instruction_->IsInvoke());
    [all...]
code_generator_x86_64.cc 530 DCHECK(!instruction_->IsInvoke() ||
592 DCHECK(instruction_->IsInvoke());
    [all...]
  /art/runtime/
dex_instruction.h 521 bool IsInvoke() const {
  /art/runtime/interpreter/
interpreter.cc 551 if (instr->IsInvoke()) {

Completed in 546 milliseconds