OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:relinkCallerToTrampoline
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/JavaScriptCore/assembler/
RepatchBuffer.h
95
void
relinkCallerToTrampoline
(ReturnAddressPtr returnAddress, CodeLocationLabel label)
100
void
relinkCallerToTrampoline
(ReturnAddressPtr returnAddress, CodePtr newCalleeFunction)
102
relinkCallerToTrampoline
(returnAddress, CodeLocationLabel(newCalleeFunction));
/external/webkit/Source/JavaScriptCore/jit/
JIT.cpp
62
repatchBuffer.
relinkCallerToTrampoline
(returnAddress, newCalleeFunction);
JITPropertyAccess.cpp
633
repatchBuffer.
relinkCallerToTrampoline
(returnAddress, entryLabel);
[
all
...]
JITPropertyAccess32_64.cpp
656
repatchBuffer.
relinkCallerToTrampoline
(returnAddress, entryLabel);
[
all
...]
Completed in 219 milliseconds