OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodeLocationNearCall
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/JavaScriptCore/assembler/
CodeLocation.h
39
class
CodeLocationNearCall
;
60
CodeLocationNearCall
nearCallAtOffset(int offset);
111
class
CodeLocationNearCall
: public CodeLocationCommon {
113
CodeLocationNearCall
() {}
114
explicit
CodeLocationNearCall
(MacroAssemblerCodePtr location)
116
explicit
CodeLocationNearCall
(void* location)
162
inline
CodeLocationNearCall
CodeLocationCommon::nearCallAtOffset(int offset)
165
return
CodeLocationNearCall
(reinterpret_cast<char*>(dataLocation()) + offset);
RepatchBuffer.h
75
void relink(
CodeLocationNearCall
nearCall, CodePtr destination)
80
void relink(
CodeLocationNearCall
nearCall, CodeLocationLabel destination)
112
relink(
CodeLocationNearCall
(CodePtr(returnAddress)), label);
LinkBuffer.h
133
CodeLocationNearCall
locationOfNearCall(Call call)
137
return
CodeLocationNearCall
(MacroAssembler::getLinkerAddress(code(), applyOffset(call.m_jmp)));
AbstractMacroAssembler.h
555
static void repatchNearCall(
CodeLocationNearCall
nearCall, CodeLocationLabel destination)
/external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h
103
CodeLocationNearCall
callReturnLocation;
105
CodeLocationNearCall
hotPathOther;
Completed in 1189 milliseconds