Lines Matching refs:Runtime

61   bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks();  in CheckStackOverflow()
71 Runtime* runtime = Runtime::Current(); in UseFastInterpreterToInterpreterInvoke()
224 CHECK(Runtime::Current()->IsActiveTransaction()); in AbortTransactionV()
229 Runtime::Current()->AbortTransactionAndThrowAbortError(self, abort_msg); in AbortTransactionV()
271 if (UNLIKELY(!Runtime::Current()->GetClassLinker()->EnsureInitialized( in ArtInterpreterToCompiledCodeBridge()
294 jit::Jit* jit = Runtime::Current()->GetJit(); in ArtInterpreterToCompiledCodeBridge()
369 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in DoMethodHandleInvokeCommon()
477 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in DoVarHandleInvokeCommon()
565 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in DO_VAR_HANDLE_ACCESSOR()
599 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in GetClassForBootstrapArgument()
657 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in GetArgumentForBootstrapMethod()
669 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in GetArgumentForBootstrapMethod()
680 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in GetArgumentForBootstrapMethod()
691 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in GetArgumentForBootstrapMethod()
768 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in PackCollectorArrayForBootstrapMethod()
813 if (Runtime::Current()->IsActiveTransaction()) { \ in PackCollectorArrayForBootstrapMethod()
857 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in BuildCallSiteForBootstrapMethod()
922 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in InvokeBootstrapMethod()
1146 CHECK(!Runtime::Current()->IsActiveTransaction()); in DoInvokeCustom()
1235 const bool use_interpreter_entrypoint = !Runtime::Current()->IsStarted() || in DoCallCommon()
1244 DCHECK(!Runtime::Current()->IsAotCompiler()) << "Compiler should use interpreter entrypoint"; in DoCallCommon()
1486 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in DoFilledNewArray()
1518 Runtime* runtime = Runtime::Current(); in RecordArrayElementsInTransactionImpl()
1526 DCHECK(Runtime::Current()->IsActiveTransaction()); in RecordArrayElementsInTransaction()