Searched refs:hook (Results 1 – 10 of 10) sorted by relevance
1 Dex file hook for art/Test983$Transform2 Dex file hook for java/lang/Object3 Dex file hook for java/lang/ClassLoader
35 explicit IntrusiveForwardListHook(const IntrusiveForwardListHook* hook) : next_hook(hook) { } in IntrusiveForwardListHook()51 template <typename T, IntrusiveForwardListHook T::* NextPtr = &T::hook>98 explicit IntrusiveForwardListIterator(const IntrusiveForwardListHook* hook) : hook_(hook) { } in IntrusiveForwardListIterator() argument393 static IntrusiveForwardListHook* ModifiableHook(const IntrusiveForwardListHook* hook) { in ModifiableHook() argument394 return const_cast<IntrusiveForwardListHook*>(hook); in ModifiableHook()455 static T* GetValue(const IntrusiveForwardListHook* hook) { in GetValue() argument457 reinterpret_cast<uintptr_t>(hook) - OFFSETOF_MEMBERPTR(T, NextPtr)); in GetValue()469 static T* GetValue(const IntrusiveForwardListHook* hook) { in GetValue() argument471 const_cast<IntrusiveForwardListHook*>(hook))); in GetValue()
45 IFLTestValue2(int v) : hook(), value(v) { } // NOLINT(runtime/explicit) in IFLTestValue2()47 IntrusiveForwardListHook hook; member
37 static InstanceMemEater hook; field in Main.InstanceMemEater52 hook = instance; in confuseCompilerOptimization()108 InstanceMemEater.hook = null; in triggerInstanceOOM()
515 const void* hook = options[i].second; in ProcessSpecialOptions() local516 bool (*hook_is_sensitive_thread)() = reinterpret_cast<bool (*)()>(const_cast<void*>(hook)); in ProcessSpecialOptions()522 const void* hook = options[i].second; in ProcessSpecialOptions() local523 if (hook == nullptr) { in ProcessSpecialOptions()528 reinterpret_cast<int (*)(FILE *, const char*, va_list)>(const_cast<void*>(hook)); in ProcessSpecialOptions()535 const void* hook = options[i].second; in ProcessSpecialOptions() local536 if (hook == nullptr) { in ProcessSpecialOptions()540 void(*hook_exit)(jint) = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook)); in ProcessSpecialOptions()546 const void* hook = options[i].second; in ProcessSpecialOptions() local547 if (hook == nullptr) { in ProcessSpecialOptions()[all …]
74 void SetCheckJniAbortHook(void (*hook)(void*, const std::string&), void* data) { in SetCheckJniAbortHook()75 check_jni_abort_hook_ = hook; in SetCheckJniAbortHook()205 void AddEnvironmentHook(GetEnvHook hook);
539 for (GetEnvHook hook : env_hooks_) { in HandleGetEnv() local540 jint res = hook(this, env, version); in HandleGetEnv()553 void JavaVMExt::AddEnvironmentHook(GetEnvHook hook) { in AddEnvironmentHook() argument554 CHECK(hook != nullptr) << "environment hooks shouldn't be null!"; in AddEnvironmentHook()555 env_hooks_.push_back(hook); in AddEnvironmentHook()
58 // in cc_defaults because it'd get overridden by the load hook even
4 Redefining the Object class to add a hook into the <init> method
312 // it'd get overridden by the load hook even when it uses357 // it'd get overridden by the load hook even when it uses