Home
last modified time | relevance | path

Searched refs:GetExtensionFunction (Results 1 – 3 of 3) sorted by relevance

/art/tools/jvmti-agents/enable-vlog/
Denablevlog.cc60 T GetExtensionFunction(jvmtiEnv* jvmti, const std::string_view& name) { in GetExtensionFunction() function
98 SetVerboseFlagExt svfe = GetExtensionFunction<SetVerboseFlagExt>(jvmti, kSetVerboseExtensionName); in AgentStart()
/art/test/ti-agent/
Djvmti_helper.h93 template<typename T> T GetExtensionFunction(JNIEnv* env, jvmtiEnv* jvmti, const std::string_view& n… in GetExtensionFunction() function
Dredefinition_helper.cc125 entrypoint = GetExtensionFunction<decltype(entrypoint)>( in CallRedefineEntrypoint()
177 ArtCanStructurallyRedefineClass can_redef = GetExtensionFunction<ArtCanStructurallyRedefineClass>( in Java_art_Redefinition_isStructurallyModifiable()