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

  /art/compiler/optimizing/
escape.cc 62 (user->IsInvoke() && user->GetSideEffects().DoesAnyWrite()) ||
intrinsics.cc 187 if (inst->IsInvoke()) {
register_allocation_resolver.cc 353 DCHECK(use.GetUser()->IsInvoke());
code_generator_arm64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc 789 DCHECK(instruction_->IsInvoke()) << instruction_->DebugName();
    [all...]
code_generator_x86_64.cc     [all...]
code_generator_mips.cc     [all...]
  /art/libdexfile/dex/
dex_instruction.h 587 bool IsInvoke() const {
  /art/runtime/verifier/
register_line.cc 51 DCHECK(inst->IsInvoke());
  /art/runtime/
method_handles.cc 360 inline bool IsInvoke(const mirror::MethodHandle::Kind handle_kind) {
710 DCHECK(IsInvoke(handle_kind));
    [all...]
instrumentation.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 533 } else if (instr->IsInvoke()) {

Completed in 288 milliseconds