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

  /art/compiler/optimizing/
escape.cc 54 } else if (user->IsPhi() || user->IsSelect() || user->IsInvoke() ||
intrinsics.cc 142 if (inst->IsInvoke()) {
register_allocation_resolver.cc 350 DCHECK(use.GetUser()->IsInvoke());
code_generator.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc 795 DCHECK(instruction_->IsInvoke()) << instruction_->DebugName();
    [all...]
code_generator_x86_64.cc     [all...]
  /art/runtime/
dex_instruction.h 576 bool IsInvoke() const {
method_handles.cc 367 inline bool IsInvoke(const mirror::MethodHandle::Kind handle_kind) {
724 DCHECK(IsInvoke(handle_kind));
    [all...]
  /art/runtime/verifier/
register_line.cc 51 DCHECK(inst->IsInvoke());
  /art/runtime/interpreter/
interpreter.cc 534 if (instr->IsInvoke()) {

Completed in 1811 milliseconds