OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:executableOffsetToFunction
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/jit/
JITOpcodes32_64.cpp
197
int
executableOffsetToFunction
= isConstruct ? OBJECT_OFFSETOF(NativeExecutable, m_constructor) : OBJECT_OFFSETOF(NativeExecutable, m_function);
223
call(Address(regT1,
executableOffsetToFunction
));
245
call(Address(regT2,
executableOffsetToFunction
));
266
call(Address(regT2,
executableOffsetToFunction
), regT0);
292
call(Address(regT2,
executableOffsetToFunction
));
302
UNUSED_PARAM(
executableOffsetToFunction
);
[
all
...]
JITOpcodes.cpp
191
int
executableOffsetToFunction
= isConstruct ? OBJECT_OFFSETOF(NativeExecutable, m_constructor) : OBJECT_OFFSETOF(NativeExecutable, m_function);
216
call(Address(X86Registers::r9,
executableOffsetToFunction
));
237
call(Address(regT2,
executableOffsetToFunction
));
265
call(Address(regT2,
executableOffsetToFunction
));
275
UNUSED_PARAM(
executableOffsetToFunction
);
[
all
...]
Completed in 17 milliseconds