Lines Matching refs:InvokeRuntime

68     x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowNullPointer),
94 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowDivZero),
152 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pTestSuspend),
206 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pThrowArrayBounds),
240 x86_64_codegen->InvokeRuntime(do_clinit_ ?
297 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pResolveString),
345 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pInstanceofNonTrivial),
353 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pCheckCast),
389 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pDeoptimize),
431 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pAputObject),
477 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pReadBarrierMark),
624 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pReadBarrierSlow),
692 x86_64_codegen->InvokeRuntime(QUICK_ENTRY_POINT(pReadBarrierForRootSlow),
969 void CodeGeneratorX86_64::InvokeRuntime(QuickEntrypointEnum entrypoint,
973 InvokeRuntime(GetThreadOffset<kX86_64WordSize>(entrypoint).Int32Value(),
979 void CodeGeneratorX86_64::InvokeRuntime(int32_t entry_point_offset,
3912 codegen_->InvokeRuntime(instruction->GetEntrypoint(),
3937 codegen_->InvokeRuntime(instruction->GetEntrypoint(),
5335 codegen_->InvokeRuntime(QUICK_ENTRY_POINT(pInitializeTypeAndVerifyAccess),
5542 codegen_->InvokeRuntime(QUICK_ENTRY_POINT(pDeliverException),
5736 // here (i.e. by calling InvokeRuntime directly), as it would
6024 // calling InvokeRuntime directly), as it would require to
6052 codegen_->InvokeRuntime(instruction->IsEnter() ? QUICK_ENTRY_POINT(pLockObject)