Home | History | Annotate | Download | only in optimizing

Lines Matching defs:InvokeRuntime

277     arm64_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this);
297 arm64_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this);
335 arm64_codegen->InvokeRuntime(entrypoint, instruction_, dex_pc_, this);
383 arm64_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this);
410 arm64_codegen->InvokeRuntime(kQuickThrowNullPointer,
435 arm64_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this);
495 arm64_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, instruction_, dex_pc, this);
502 arm64_codegen->InvokeRuntime(kQuickCheckInstanceOf, instruction_, dex_pc, this);
534 arm64_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this);
573 arm64_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this);
1247 arm64_codegen->InvokeRuntime(kQuickReadBarrierSlow,
1326 arm64_codegen->InvokeRuntime(kQuickReadBarrierForRootSlow,
2087 void CodeGeneratorARM64::InvokeRuntime(QuickEntrypointEnum entrypoint,
4053 // here (i.e. by calling InvokeRuntime directly), as it would
4249 // calling InvokeRuntime directly), as it would require to
5117 codegen_->InvokeRuntime(kQuickResolveString, load, load->GetDexPc());
5139 codegen_->InvokeRuntime(instruction->IsEnter() ? kQuickLockObject : kQuickUnlockObject,
5242 codegen_->InvokeRuntime(entrypoint, instruction, instruction->GetDexPc());
5278 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc());
5450 codegen_->InvokeRuntime(entrypoint, rem, rem->GetDexPc());
5649 codegen_->InvokeRuntime(kQuickDeliverException, instruction, instruction->GetDexPc());