Home
last modified time | relevance | path

Searched refs:Runtime (Results 276 – 300 of 386) sorted by relevance

1...<<111213141516

/art/dex2oat/driver/
Dcompiler_driver-inl.h70 ArtField* resolved_field = Runtime::Current()->GetClassLinker()->ResolveField( in ResolveField()
/art/runtime/mirror/
Dvar_handle.cc736 if (Runtime::Current()->IsActiveTransaction()) { in Update()
748 if (Runtime::Current()->IsActiveTransaction()) { in Update()
760 if (Runtime::Current()->IsActiveTransaction()) { in Update()
772 if (Runtime::Current()->IsActiveTransaction()) { in Update()
784 if (Runtime::Current()->IsActiveTransaction()) { in Update()
796 if (Runtime::Current()->IsActiveTransaction()) { in Update()
809 if (Runtime::Current()->IsActiveTransaction()) { in Update()
822 if (Runtime::Current()->IsActiveTransaction()) { in Update()
996 if (Runtime::Current()->IsActiveTransaction()) { in Dispatch()
1013 if (Runtime::Current()->IsActiveTransaction()) { in Dispatch()
[all …]
Dstring-alloc-inl.h176 Runtime* runtime = Runtime::Current(); in Alloc()
/art/compiler/
Dexception_test.cc173 Runtime* r = Runtime::Current(); in TEST_F()
/art/test/141-class-unload/src/
DMain.java82 Runtime.getRuntime().gc(); in stressTest()
91 Runtime.getRuntime().gc(); in doUnloading()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h173 jit::Jit* jit = Runtime::Current()->GetJit(); in HotnessUpdate()
502 CHECK_LE(Runtime::Current()->GetTargetSdkVersion(), 29u); in RETURN_OBJECT()
630 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in CONST_METHOD_HANDLE()
643 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in CONST_METHOD_TYPE()
743 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in NEW_INSTANCE()
766 Runtime::Current()->GetHeap()->GetCurrentAllocator()); in NEW_ARRAY()
1208 DCHECK(Runtime::Current()->IsMethodHandlesEnabled()); in INVOKE_POLYMORPHIC()
1215 DCHECK(Runtime::Current()->IsMethodHandlesEnabled()); in INVOKE_POLYMORPHIC_RANGE()
1222 DCHECK(Runtime::Current()->IsMethodHandlesEnabled()); in INVOKE_CUSTOM()
1229 DCHECK(Runtime::Current()->IsMethodHandlesEnabled()); in INVOKE_CUSTOM_RANGE()
[all …]
/art/test/109-suspend-check/src/
DMain.java43 Runtime.getRuntime().gc(); in main()
/art/runtime/
Dcommon_runtime_test.h68 class Runtime; variable
179 std::unique_ptr<Runtime> runtime_;
Dproxy_test.cc173 ASSERT_EQ(Runtime::Current()->GetClassLinker()->GetImagePointerSize(), kRuntimePointerSize); in TEST_F()
174 ASSERT_FALSE(Runtime::Current()->IsActiveTransaction()); in TEST_F()
Dfault_handler.cc178 DCHECK(Runtime::Current() != nullptr); in HandleFaultByOtherHandlers()
179 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()
Dcommon_throws.cc639 Runtime::Current()->GetClassLinker()->ResolveField(instr.VRegC_22c(), method, false); in ThrowNullPointerExceptionFromDexPC()
654 field = Runtime::Current()->GetClassLinker()->ResolveField( in ThrowNullPointerExceptionFromDexPC()
667 ArtField* field = Runtime::Current()->GetClassLinker()->ResolveField( in ThrowNullPointerExceptionFromDexPC()
683 field = Runtime::Current()->GetClassLinker()->ResolveField( in ThrowNullPointerExceptionFromDexPC()
859 bool explicit_overflow_check = Runtime::Current()->ExplicitStackOverflowChecks(); in ThrowStackOverflowError()
/art/runtime/jni/
Djni_internal.cc109 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in NotifySetObjectField()
136 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in NotifySetPrimitiveField()
160 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in NotifyGetField()
242 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader()); in GetClassLoader()
251 CHECK(Runtime::Current()->IsAotCompiler()); in GetClassLoader()
252 CHECK(!Runtime::Current()->IsCompilingBootImage()); in GetClassLoader()
308 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h_klass, true, true)) { in EnsureInitialized()
324 auto pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize(); in FindMethodJNI()
353 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in FindFieldJNI()
472 auto pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize(); in FindMethod()
[all …]
Djni_id_manager.cc273 Runtime* runtime = Runtime::Current(); in EncodeGenericId()
402 if (!Runtime::Current()->IsAotCompiler()) { in Init()
506 if (Runtime::Current()->GetJniIdType() == JniIdType::kIndices && (t % 2) == 1) { in DecodeGenericId()
682 : manager_(Runtime::Current()->GetJniIdManager()) { in ScopedEnableSuspendAllJniIdQueries()
/art/oatdump/
Doatdump.cc1160 if (Runtime::Current() != nullptr) { in DumpOatMethod()
1397 auto* runtime = Runtime::Current(); in GetVRegOffsetFromQuickCode()
1508 Runtime* const runtime = Runtime::Current(); in DumpVerifier()
1681 Runtime* runtime = Runtime::Current(); in DumpDataBimgRelRoEntries()
1882 Runtime* const runtime = Runtime::Current(); in Dump()
2142 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in GetQuickOatCodeBegin()
2378 if (method == Runtime::Current()->GetResolutionMethod()) { in DumpMethod()
2769 static int DumpImages(Runtime* runtime, OatDumperOptions* options, std::ostream* os) { in DumpImages()
2830 static jobject InstallOatFile(Runtime* runtime, in InstallOatFile()
2867 static int DumpOatWithRuntime(Runtime* runtime, in DumpOatWithRuntime()
[all …]
/art/perfetto_hprof/
Dperfetto_hprof.cc542 art::Runtime::Current()->VisitRoots(&rcf); in DumpPerfetto()
569 art::Runtime::Current()->GetHeap()->VisitObjectsPaused( in DumpPerfetto()
673 if (art::Runtime::Current() == nullptr) { in ArtPlugin_Initialize()
709 art::Runtime* runtime = art::Runtime::Current(); in ArtPlugin_Initialize()
/art/test/658-fp-read-barrier/src/
DMain.java32 Runtime.getRuntime().gc(); in main()
/art/runtime/gc/space/
Dzygote_space.cc124 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable(); in SweepCallback()
/art/runtime/native/
Djava_lang_reflect_Constructor.cc97 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(soa.Self(), c, true, true)) { in Constructor_newInstance0()
/art/openjdkjvmti/
Dti_object.cc111 for (art::Thread* thd : art::Runtime::Current()->GetThreadList()->GetList()) { in GetObjectMonitorUsage()
Dtransform.cc326 art::Runtime* runtime = art::Runtime::Current(); in RetransformClasses()
/art/tools/jvmti-agents/jit-load/
Djitload.cc40 auto* jit = art::Runtime::Current()->GetJit(); in GetJitThread()
/art/runtime/jit/
Dprofiling_info_test.cc42 allocator_.reset(new ArenaAllocator(Runtime::Current()->GetArenaPool())); in PostRuntimeCreate()
48 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in GetVirtualMethods()
/art/dex2oat/
Ddex2oat_image_test.cc162 Runtime::Current()->image_compiler_options_.push_back( in AddAndroidRootToImageCompilerOptions()
167 Runtime::Current()->image_dex2oat_enabled_ = true; in EnableImageDex2Oat()
171 Runtime::Current()->image_dex2oat_enabled_ = false; in DisableImageDex2Oat()
625 ASSERT_FALSE(Runtime::Current()->IsImageDex2OatEnabled()); in TEST_F()
/art/compiler/dex/
Dverification_results.cc85 if (!Runtime::Current()->UseJitCompilation()) { in ProcessVerifiedMethod()
/art/runtime/arch/
Darch_test.cc39 ASSERT_EQ(InstructionSet::kX86_64, Runtime::Current()->GetInstructionSet()); in FinalizeSetup()

1...<<111213141516