Lines Matching refs:InvokeRuntime

64     x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer),
90 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero),
150 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds),
174 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend),
220 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString),
255 x86_codegen->InvokeRuntime(do_clinit_ ? QUICK_ENTRY_POINT(pInitializeStaticStorage)
325 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial),
333 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast),
368 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize),
410 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pAputObject),
456 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pReadBarrierMark),
606 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pReadBarrierSlow),
673 x86_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pReadBarrierForRootSlow),
761 void CodeGeneratorX86::InvokeRuntime(QuickEntrypointEnum entrypoint,
765 InvokeRuntime(GetThreadOffset<kX86WordSize>(entrypoint).Int32Value(),
771 void CodeGeneratorX86::InvokeRuntime(int32_t entry_point_offset,
2546 codegen_->InvokeRuntime(QUICK_ENTRY_POINT(pF2l),
2555 codegen_->InvokeRuntime(QUICK_ENTRY_POINT(pD2l),
3416 codegen_->InvokeRuntime(QUICK_ENTRY_POINT(pLdiv),
3422 codegen_->InvokeRuntime(QUICK_ENTRY_POINT(pLmod),
4005 codegen_->InvokeRuntime(instruction->GetEntrypoint(),
4029 codegen_->InvokeRuntime(instruction->GetEntrypoint(),
5891 codegen_->InvokeRuntime(QUICK_ENTRY_POINT(pInitializeTypeAndVerifyAccess),
6119 codegen_->InvokeRuntime(QUICK_ENTRY_POINT(pDeliverException),
6308 // here (i.e. by calling InvokeRuntime directly), as it would
6543 // calling InvokeRuntime directly), as it would require to
6571 codegen_->InvokeRuntime(instruction->IsEnter() ? QUICK_ENTRY_POINT(pLockObject)