OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trampolineat
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/JavaScriptCore/jit/
JITOpcodes32_64.cpp
179
trampolines->ctiVirtualCall = patchBuffer.
trampolineAt
(virtualCallBegin);
180
trampolines->ctiVirtualConstruct = patchBuffer.
trampolineAt
(virtualConstructBegin);
181
trampolines->ctiNativeCall = patchBuffer.
trampolineAt
(nativeCallThunk);
182
trampolines->ctiNativeConstruct = patchBuffer.
trampolineAt
(nativeConstructThunk);
184
trampolines->ctiStringLengthTrampoline = patchBuffer.
trampolineAt
(stringLengthBegin);
187
trampolines->ctiVirtualCallLink = patchBuffer.
trampolineAt
(virtualCallLinkBegin);
188
trampolines->ctiVirtualConstructLink = patchBuffer.
trampolineAt
(virtualConstructLinkBegin);
191
trampolines->ctiSoftModulo = patchBuffer.
trampolineAt
(softModBegin);
472
return patchBuffer.
trampolineAt
(nativeCallThunk);
[
all
...]
JITOpcodes.cpp
178
trampolines->ctiVirtualCallLink = patchBuffer.
trampolineAt
(virtualCallLinkBegin);
179
trampolines->ctiVirtualConstructLink = patchBuffer.
trampolineAt
(virtualConstructLinkBegin);
180
trampolines->ctiVirtualCall = patchBuffer.
trampolineAt
(virtualCallBegin);
181
trampolines->ctiVirtualConstruct = patchBuffer.
trampolineAt
(virtualConstructBegin);
182
trampolines->ctiNativeCall = patchBuffer.
trampolineAt
(nativeCallThunk);
183
trampolines->ctiNativeConstruct = patchBuffer.
trampolineAt
(nativeConstructThunk);
185
trampolines->ctiStringLengthTrampoline = patchBuffer.
trampolineAt
(stringLengthBegin);
[
all
...]
/external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h
181
CodePtr
trampolineAt
(Label label)
/external/webkit/Source/JavaScriptCore/
ChangeLog-2009-06-16
[
all
...]
Completed in 333 milliseconds