Home
last modified time | relevance | path

Searched refs:EntryHookTrampoline (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dcode-stubs.cc1005 void ProfileEntryHookStub::EntryHookTrampoline(intptr_t function, in EntryHookTrampoline() function in v8::internal::ProfileEntryHookStub
Dcode-stubs.h2886 static void EntryHookTrampoline(intptr_t function,
/external/v8/src/arm64/
Dcode-stubs-arm64.cc4690 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()
/external/v8/src/mips/
Dcode-stubs-mips.cc4813 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc4813 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()
/external/v8/src/arm/
Dcode-stubs-arm.cc4591 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc4840 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()