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

  /art/compiler/optimizing/
code_generator.cc 380 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), slow_path);
404 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), nullptr);
410 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), nullptr);
530 InvokeRuntime(entrypoint, field_access, dex_pc, nullptr);
555 InvokeRuntime(kQuickInitializeTypeAndVerifyAccess, cls, cls->GetDexPc());
558 InvokeRuntime(kQuickInitializeStaticStorage, cls, cls->GetDexPc());
561 InvokeRuntime(kQuickInitializeType, cls, cls->GetDexPc());
    [all...]
code_generator_arm64.cc 271 arm64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
291 arm64_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
346 arm64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
425 arm64_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this);
473 arm64_codegen->InvokeRuntime(kQuickThrowNullPointer,
498 arm64_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
558 arm64_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, instruction_, dex_pc, this);
565 arm64_codegen->InvokeRuntime(kQuickCheckInstanceOf, instruction_, dex_pc, this);
597 arm64_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
636 arm64_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this)
    [all...]
code_generator_mips64.cc 129 mips64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
150 mips64_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
207 mips64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
304 mips64_codegen->InvokeRuntime(kQuickResolveString,
365 mips64_codegen->InvokeRuntime(kQuickThrowNullPointer,
390 mips64_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
445 mips64_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, instruction_, dex_pc, this);
452 mips64_codegen->InvokeRuntime(kQuickCheckInstanceOf, instruction_, dex_pc, this);
485 mips64_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
524 mips64_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this)
    [all...]
code_generator_arm_vixl.cc 354 arm_codegen->InvokeRuntime(kQuickThrowNullPointer,
377 arm_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
397 arm_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
454 arm_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
504 arm_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
585 arm_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this);
643 arm_codegen->InvokeRuntime(kQuickInstanceofNonTrivial,
651 arm_codegen->InvokeRuntime(kQuickCheckInstanceOf,
688 arm_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
727 arm_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this)
    [all...]
code_generator_mips.cc 174 mips_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
194 mips_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
251 mips_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
354 mips_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this);
416 mips_codegen->InvokeRuntime(kQuickThrowNullPointer,
441 mips_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
495 mips_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, instruction_, dex_pc, this);
502 mips_codegen->InvokeRuntime(kQuickCheckInstanceOf, instruction_, dex_pc, this);
535 mips_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
574 mips_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this)
    [all...]
intrinsics_mips.cc     [all...]
intrinsics_mips64.cc     [all...]
code_generator_x86.cc 66 x86_codegen->InvokeRuntime(kQuickThrowNullPointer,
88 x86_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
168 x86_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
191 x86_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
234 x86_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this);
274 x86_codegen->InvokeRuntime(do_clinit_ ? kQuickInitializeStaticStorage
347 x86_codegen->InvokeRuntime(kQuickInstanceofNonTrivial,
354 x86_codegen->InvokeRuntime(kQuickCheckInstanceOf,
394 x86_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
433 x86_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this)
    [all...]
intrinsics_arm_vixl.cc     [all...]
code_generator_x86_64.cc 70 x86_64_codegen->InvokeRuntime(kQuickThrowNullPointer,
92 x86_64_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
148 x86_64_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
222 x86_64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
254 x86_64_codegen->InvokeRuntime(do_clinit_ ? kQuickInitializeStaticStorage : kQuickInitializeType,
314 x86_64_codegen->InvokeRuntime(kQuickResolveString,
365 x86_64_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, instruction_, dex_pc, this);
369 x86_64_codegen->InvokeRuntime(kQuickCheckInstanceOf, instruction_, dex_pc, this);
407 x86_64_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
446 x86_64_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this)
    [all...]
intrinsics_arm64.cc     [all...]
intrinsics_x86.cc     [all...]
intrinsics_x86_64.cc 771 codegen->InvokeRuntime(entry, invoke, invoke->GetDexPc());
    [all...]
code_generator_mips.h 527 void InvokeRuntime(QuickEntrypointEnum entrypoint,
code_generator_mips64.h 493 void InvokeRuntime(QuickEntrypointEnum entrypoint,
code_generator_x86.h 333 void InvokeRuntime(QuickEntrypointEnum entrypoint,
code_generator_x86_64.h 311 void InvokeRuntime(QuickEntrypointEnum entrypoint,
code_generator.h 421 // Performs checks pertaining to an InvokeRuntime call.
516 virtual void InvokeRuntime(QuickEntrypointEnum entrypoint,
    [all...]
code_generator_arm64.h 521 void InvokeRuntime(QuickEntrypointEnum entrypoint,
    [all...]
code_generator_arm_vixl.h 490 void InvokeRuntime(QuickEntrypointEnum entrypoint,
    [all...]

Completed in 1213 milliseconds