Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h1059 FunctionEntryHook function_entry_hook() { return function_entry_hook_; } in function_entry_hook() function
1060 void set_function_entry_hook(FunctionEntryHook function_entry_hook) { in set_function_entry_hook() argument
1061 function_entry_hook_ = function_entry_hook; in set_function_entry_hook()
Disolate.cc2453 if (function_entry_hook() != NULL) { in Throw()
Dcode-stubs.cc3075 FunctionEntryHook entry_hook = isolate->function_entry_hook(); in EntryHookTrampoline()
/external/v8/src/x87/
Dcode-stubs-x87.cc3166 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
3190 DCHECK(isolate()->function_entry_hook() != NULL); in Generate()
3191 __ call(FUNCTION_ADDR(isolate()->function_entry_hook()), in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc3350 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
3375 DCHECK(isolate()->function_entry_hook() != NULL); in Generate()
3376 __ call(FUNCTION_ADDR(isolate()->function_entry_hook()), in Generate()
/external/v8/src/arm/
Dcode-stubs-arm.cc3293 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
3343 reinterpret_cast<int32_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc3218 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
3249 reinterpret_cast<uintptr_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/x64/
Dcode-stubs-x64.cc3157 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
3183 __ Move(rax, FUNCTION_ADDR(isolate()->function_entry_hook()), in Generate()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc3500 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
3544 reinterpret_cast<int64_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/mips/
Dcode-stubs-mips.cc3497 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
3540 reinterpret_cast<int32_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/s390/
Dcode-stubs-s390.cc3383 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
3443 reinterpret_cast<uintptr_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc3446 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
3496 reinterpret_cast<uintptr_t>(isolate()->function_entry_hook()); in Generate()