Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1742 jvmtiError (JNICALL *GetEnvironmentLocalStorage) (jvmtiEnv* env,
2503 jvmtiError GetEnvironmentLocalStorage(void** data_ptr) { in GetEnvironmentLocalStorage() function
2504 return functions->GetEnvironmentLocalStorage(this, data_ptr); in GetEnvironmentLocalStorage()