Home
last modified time | relevance | path

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

/art/test/909-attach-agent/
Dattach.cc73 unsigned char* get_data = nullptr; in OnAttach() local
74 CHECK_CALL_SUCCESS(env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data))); in OnAttach()
75 if (get_data != local_data) { in OnAttach()
79 CHECK_CALL_SUCCESS(env2->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data))); in OnAttach()
80 if (get_data != nullptr) { in OnAttach()
/art/test/901-hello-ti-agent/
Dbasics.cc111 unsigned char* get_data = nullptr; in OnLoad() local
112 CHECK_CALL_SUCCESS(env->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data))); in OnLoad()
113 if (get_data != local_data) { in OnLoad()
117 CHECK_CALL_SUCCESS(env2->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&get_data))); in OnLoad()
118 if (get_data != nullptr) { in OnLoad()