Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h1070 FunctionEntryHook function_entry_hook() { return function_entry_hook_; } in function_entry_hook() function
1071 void set_function_entry_hook(FunctionEntryHook function_entry_hook) { in set_function_entry_hook() argument
1072 function_entry_hook_ = function_entry_hook; in set_function_entry_hook()
Dcode-stubs.cc2136 FunctionEntryHook entry_hook = isolate->function_entry_hook(); in EntryHookTrampoline()
Disolate.cc2603 if (function_entry_hook() != NULL) { in Throw()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc2622 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
2647 DCHECK(isolate()->function_entry_hook() != NULL); in Generate()
2648 __ call(FUNCTION_ADDR(isolate()->function_entry_hook()), in Generate()
/external/v8/src/x87/
Dcode-stubs-x87.cc2638 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
2662 DCHECK(isolate()->function_entry_hook() != NULL); in Generate()
2663 __ call(FUNCTION_ADDR(isolate()->function_entry_hook()), in Generate()
/external/v8/src/arm/
Dcode-stubs-arm.cc2656 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
2706 reinterpret_cast<int32_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/x64/
Dcode-stubs-x64.cc2589 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
2615 __ Move(rax, FUNCTION_ADDR(isolate()->function_entry_hook()), in Generate()
/external/v8/src/s390/
Dcode-stubs-s390.cc2755 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
2815 reinterpret_cast<uintptr_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc2803 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
2853 reinterpret_cast<uintptr_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc2690 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
2721 reinterpret_cast<uintptr_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc2870 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
2914 reinterpret_cast<int64_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/mips/
Dcode-stubs-mips.cc2862 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
2905 reinterpret_cast<int32_t>(isolate()->function_entry_hook()); in Generate()