Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.cc453 void ProfileEntryHookStub::EntryHookTrampoline(intptr_t function, in EntryHookTrampoline() function in v8::internal::ProfileEntryHookStub
Dcode-stubs.h648 static void EntryHookTrampoline(intptr_t function,
/external/v8/src/arm64/
Dcode-stubs-arm64.cc272 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()
/external/v8/src/arm/
Dcode-stubs-arm.cc299 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc292 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()
/external/v8/src/mips/
Dcode-stubs-mips.cc291 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc293 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()
/external/v8/src/s390/
Dcode-stubs-s390.cc346 ApiFunction dispatcher(FUNCTION_ADDR(EntryHookTrampoline)); in Generate()