Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h1017 FunctionEntryHook function_entry_hook() { return function_entry_hook_; } in function_entry_hook() function
1018 void set_function_entry_hook(FunctionEntryHook function_entry_hook) { in set_function_entry_hook() argument
1019 function_entry_hook_ = function_entry_hook; in set_function_entry_hook()
Dcode-stubs.cc1008 FunctionEntryHook entry_hook = isolate->function_entry_hook(); in EntryHookTrampoline()
Disolate.cc2095 if (function_entry_hook() != NULL) { in Init()
/external/v8/src/x87/
Dcode-stubs-x87.cc4438 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
4463 DCHECK(isolate()->function_entry_hook() != NULL); in Generate()
4464 __ call(FUNCTION_ADDR(isolate()->function_entry_hook()), in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc4758 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
4783 DCHECK(isolate()->function_entry_hook() != NULL); in Generate()
4784 __ call(FUNCTION_ADDR(isolate()->function_entry_hook()), in Generate()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc4654 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
4685 reinterpret_cast<uintptr_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/x64/
Dcode-stubs-x64.cc4476 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
4502 __ Move(rax, FUNCTION_ADDR(isolate()->function_entry_hook()), in Generate()
/external/v8/src/arm/
Dcode-stubs-arm.cc4533 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
4583 reinterpret_cast<int32_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/mips/
Dcode-stubs-mips.cc4762 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
4805 reinterpret_cast<int32_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc4743 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
4793 reinterpret_cast<uintptr_t>(isolate()->function_entry_hook()); in Generate()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc4788 if (masm->isolate()->function_entry_hook() != NULL) { in MaybeCallEntryHook()
4832 reinterpret_cast<int64_t>(isolate()->function_entry_hook()); in Generate()