Searched refs:hook (Results 1 – 9 of 9) sorted by relevance
1 Dex file hook for art/Test983$Transform2 Dex file hook for java/lang/Object
37 static InstanceMemEater hook; field in Main.InstanceMemEater52 hook = instance; in confuseCompilerOptimization()93 InstanceMemEater.hook = null; in triggerInstanceOOM()
33 explicit IntrusiveForwardListHook(const IntrusiveForwardListHook* hook) : next_hook(hook) { } in IntrusiveForwardListHook()45 template <typename T, IntrusiveForwardListHook T::* NextPtr = &T::hook>87 explicit IntrusiveForwardListIterator(const IntrusiveForwardListHook* hook) : hook_(hook) { } in IntrusiveForwardListIterator() argument382 static IntrusiveForwardListHook* ModifiableHook(const IntrusiveForwardListHook* hook) { in ModifiableHook() argument383 return const_cast<IntrusiveForwardListHook*>(hook); in ModifiableHook()444 static T* GetValue(const IntrusiveForwardListHook* hook) { in GetValue() argument446 reinterpret_cast<uintptr_t>(hook) - OFFSETOF_MEMBERPTR(T, NextPtr)); in GetValue()
28 IFLTestValue(int v) : hook(), value(v) { } // NOLINT(runtime/explicit) in IFLTestValue()30 IntrusiveForwardListHook hook; member
361 const void* hook = options[i].second; in ProcessSpecialOptions() local362 bool (*hook_is_sensitive_thread)() = reinterpret_cast<bool (*)()>(const_cast<void*>(hook)); in ProcessSpecialOptions()368 const void* hook = options[i].second; in ProcessSpecialOptions() local369 if (hook == nullptr) { in ProcessSpecialOptions()374 reinterpret_cast<int (*)(FILE *, const char*, va_list)>(const_cast<void*>(hook)); in ProcessSpecialOptions()381 const void* hook = options[i].second; in ProcessSpecialOptions() local382 if (hook == nullptr) { in ProcessSpecialOptions()386 void(*hook_exit)(jint) = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook)); in ProcessSpecialOptions()392 const void* hook = options[i].second; in ProcessSpecialOptions() local393 if (hook == nullptr) { in ProcessSpecialOptions()[all …]
72 void SetCheckJniAbortHook(void (*hook)(void*, const std::string&), void* data) { in SetCheckJniAbortHook()73 check_jni_abort_hook_ = hook; in SetCheckJniAbortHook()196 void AddEnvironmentHook(GetEnvHook hook);
462 for (GetEnvHook hook : env_hooks_) { in HandleGetEnv() local463 jint res = hook(this, env, version); in HandleGetEnv()476 void JavaVMExt::AddEnvironmentHook(GetEnvHook hook) { in AddEnvironmentHook() argument477 CHECK(hook != nullptr) << "environment hooks shouldn't be null!"; in AddEnvironmentHook()478 env_hooks_.push_back(hook); in AddEnvironmentHook()
4 Redefining the Object class to add a hook into the <init> method
1486 IntrusiveForwardListHook hook; local