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

  /art/compiler/optimizing/
code_generator.cc 375 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), nullptr);
381 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), nullptr);
501 InvokeRuntime(entrypoint, field_access, dex_pc, nullptr);
526 InvokeRuntime(kQuickInitializeTypeAndVerifyAccess, cls, cls->GetDexPc());
529 InvokeRuntime(kQuickInitializeStaticStorage, cls, cls->GetDexPc());
532 InvokeRuntime(kQuickInitializeType, cls, cls->GetDexPc());
    [all...]
code_generator_arm64.cc 268 arm64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
288 arm64_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
343 arm64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
422 arm64_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this);
470 arm64_codegen->InvokeRuntime(kQuickThrowNullPointer,
495 arm64_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
555 arm64_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, instruction_, dex_pc, this);
562 arm64_codegen->InvokeRuntime(kQuickCheckInstanceOf, instruction_, dex_pc, this);
594 arm64_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
633 arm64_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this)
    [all...]
code_generator_mips64.cc 129 mips64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
149 mips64_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
183 mips64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
246 mips64_codegen->InvokeRuntime(kQuickResolveString,
288 mips64_codegen->InvokeRuntime(kQuickThrowNullPointer,
311 mips64_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
365 mips64_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, instruction_, dex_pc, this);
372 mips64_codegen->InvokeRuntime(kQuickCheckInstanceOf, instruction_, dex_pc, this);
405 mips64_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
444 mips64_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this)
    [all...]
code_generator_arm.cc 257 arm_codegen->InvokeRuntime(kQuickThrowNullPointer,
279 arm_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
299 arm_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
356 arm_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
406 arm_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
489 arm_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this);
549 arm_codegen->InvokeRuntime(kQuickInstanceofNonTrivial,
557 arm_codegen->InvokeRuntime(kQuickCheckInstanceOf,
593 arm_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
632 arm_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this)
    [all...]
code_generator_arm_vixl.cc 283 arm_codegen->InvokeRuntime(kQuickThrowNullPointer,
306 arm_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
326 arm_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
383 arm_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
433 arm_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
514 arm_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this);
572 arm_codegen->InvokeRuntime(kQuickInstanceofNonTrivial,
580 arm_codegen->InvokeRuntime(kQuickCheckInstanceOf,
617 arm_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
656 arm_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this)
    [all...]
code_generator_mips.cc 178 mips_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
198 mips_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
233 mips_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
300 mips_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this);
343 mips_codegen->InvokeRuntime(kQuickThrowNullPointer,
366 mips_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
419 mips_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, instruction_, dex_pc, this);
426 mips_codegen->InvokeRuntime(kQuickCheckInstanceOf, instruction_, dex_pc, this);
459 mips_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
498 mips_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this)
    [all...]
code_generator_x86.cc 65 x86_codegen->InvokeRuntime(kQuickThrowNullPointer,
87 x86_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
167 x86_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
190 x86_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
233 x86_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this);
273 x86_codegen->InvokeRuntime(do_clinit_ ? kQuickInitializeStaticStorage
346 x86_codegen->InvokeRuntime(kQuickInstanceofNonTrivial,
353 x86_codegen->InvokeRuntime(kQuickCheckInstanceOf,
393 x86_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
432 x86_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this)
    [all...]
intrinsics_arm.cc     [all...]
intrinsics_arm_vixl.cc     [all...]
code_generator_x86_64.cc 69 x86_64_codegen->InvokeRuntime(kQuickThrowNullPointer,
91 x86_64_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
147 x86_64_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
221 x86_64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
253 x86_64_codegen->InvokeRuntime(do_clinit_ ? kQuickInitializeStaticStorage : kQuickInitializeType,
313 x86_64_codegen->InvokeRuntime(kQuickResolveString,
364 x86_64_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, instruction_, dex_pc, this);
368 x86_64_codegen->InvokeRuntime(kQuickCheckInstanceOf, instruction_, dex_pc, this);
406 x86_64_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
445 x86_64_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this)
    [all...]
intrinsics_arm64.cc     [all...]
intrinsics_mips.cc     [all...]
intrinsics_mips64.cc     [all...]
intrinsics_x86.cc     [all...]
intrinsics_x86_64.cc 773 codegen->InvokeRuntime(entry, invoke, invoke->GetDexPc());
    [all...]
code_generator_arm.h 401 void InvokeRuntime(QuickEntrypointEnum entrypoint,
code_generator_mips.h 517 void InvokeRuntime(QuickEntrypointEnum entrypoint,
code_generator_mips64.h 483 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 431 // Performs checks pertaining to an InvokeRuntime call.
524 virtual void InvokeRuntime(QuickEntrypointEnum entrypoint,
    [all...]
code_generator_arm64.h 509 void InvokeRuntime(QuickEntrypointEnum entrypoint,
    [all...]
code_generator_arm_vixl.h 484 void InvokeRuntime(QuickEntrypointEnum entrypoint,
    [all...]

Completed in 286 milliseconds