Home
last modified time | relevance | path

Searched refs:plugin (Results 76 – 82 of 82) sorted by relevance

1234

/art/openjdkjvmti/
Dti_redefine.cc1732 VLOG(plugin) << "Collected " << old_instances.size() << " instances to recreate!"; in CollectAndCreateNewInstances()
1907 VLOG(plugin) << "Found " << old_types.size() << " types that are/are subtypes of " in FinishNewClassAllocations()
1989 VLOG(plugin) << "Failed to load new version of class " << old_type->PrettyClass() in FinishNewClassAllocations()
2303 VLOG(plugin) << "Resuming " << count << " threads paused before class-allocation!"; in Release()
2317 VLOG(plugin) << "Recursive DefineClass in " << *this_thread in BeginDefineClass()
2328 VLOG(plugin) << "Suspending " << *this_thread << " due to class definition. class-def pause " in BeginDefineClass()
2379 VLOG(plugin) << "Pausing Class loading for structural redefinition."; in ScopedSuspendClassLoading()
2394 VLOG(plugin) << "Waiting for " << in_progress_defines in ScopedSuspendClassLoading()
2426 VLOG(plugin) << "Pausing allocations for structural redefinition."; in ScopedSuspendAllocations()
2542 VLOG(plugin) << "Reverifying " << class_sig_ << " due to soft failures"; in ReverifyClass()
[all …]
Dti_heap.cc1663 VLOG(plugin) << "Updating field at offset " << off.Uint32Value() << " of type " in ReplaceObjectReferences()
1719 info.Describe(VLOG_STREAM(plugin) << "Not changing declaring-class during stack" in ReplaceStrongRoots()
1723 info.Describe(VLOG_STREAM(plugin) << "Found java frame id "); in ReplaceStrongRoots()
1746 info.Describe(VLOG_STREAM(plugin) << "Not changing declaring-class during stack" in ReplaceStrongRoots()
1750 info.Describe(VLOG_STREAM(plugin) << "Found java frame id "); in ReplaceStrongRoots()
1780 VLOG(plugin) << "Instrumenting thread stack of thread " << *t; in ReplaceStrongRoots()
/art/runtime/
Druntime.cc457 for (auto& plugin : plugins_) { in ~Runtime() local
458 plugin.Unload(); in ~Runtime()
1711 for (auto& plugin : plugins_) { in Init() local
1713 if (!plugin.Load(&err)) { in Init()
1714 LOG(FATAL) << plugin << " failed to load: " << err; in Init()
DAndroid.bp222 "plugin.cc",
/art/test/utils/
Dregen-test-files204 art-run-test-900-hello-plugin
/art/cmdline/
Dcmdline_types.h665 log_verbosity.plugin = true;
/art/test/
DAndroid.bp289 srcs: ["900-hello-plugin/load_unload.cc"],
301 srcs: ["900-hello-plugin/load_unload.cc"],

1234