Home
last modified time | relevance | path

Searched refs:CodeLocationCall (Results 1 – 10 of 10) sorted by relevance

/external/webkit/JavaScriptCore/assembler/
DCodeLocation.h40 class CodeLocationCall; variable
61 CodeLocationCall callAtOffset(int offset);
104 class CodeLocationCall : public CodeLocationCommon {
106 CodeLocationCall() {} in CodeLocationCall() function
107 explicit CodeLocationCall(MacroAssemblerCodePtr location) in CodeLocationCall() function
109 explicit CodeLocationCall(void* location) in CodeLocationCall() function
158 inline CodeLocationCall CodeLocationCommon::callAtOffset(int offset) in callAtOffset()
161 return CodeLocationCall(reinterpret_cast<char*>(dataLocation()) + offset); in callAtOffset()
DRepatchBuffer.h67 void relink(CodeLocationCall call, CodeLocationLabel destination) in relink()
72 void relink(CodeLocationCall call, FunctionPtr destination) in relink()
104 relink(CodeLocationCall(CodePtr(returnAddress)), label); in relinkCallerToTrampoline()
114 relink(CodeLocationCall(CodePtr(returnAddress)), function); in relinkCallerToFunction()
DLinkBuffer.h111 CodeLocationCall locationOf(Call call) in locationOf()
115 return CodeLocationCall(MacroAssembler::getLinkerAddress(code(), call.m_jmp)); in locationOf()
DMacroAssemblerX86.h189 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall()
194 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall()
DMacroAssemblerX86_64.h478 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall()
483 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall()
DMacroAssemblerARM.h778 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall()
783 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall()
DMacroAssemblerARMv7.h1067 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall()
1072 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall()
/external/webkit/JavaScriptCore/bytecode/
DStructureStubInfo.h177 CodeLocationCall callReturnLocation;
DCodeBlock.h147 CodeLocationCall callReturnLocation;
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1659 (JSC::CodeLocationCall::CodeLocationCall):
169 (JSC::AbstractMacroAssembler::CodeLocationCall::CodeLocationCall):
922 (JSC::AbstractMacroAssembler::CodeLocationCall::relink):
923 (JSC::AbstractMacroAssembler::CodeLocationCall::calleeReturnAddressValue):
924 (JSC::AbstractMacroAssembler::CodeLocationCall::CodeLocationCall):
1200 (JSC::::CodeLocationCall::CodeLocationCall):
1283 (JSC::AbstractMacroAssembler::CodeLocationCall::relink):
1297 (JSC::::CodeLocationCall::CodeLocationCall):
10783 (JSC::AbstractMacroAssembler::CodeLocationCall::relink):
11340 (JSC::AbstractMacroAssembler::CodeLocationCall::relink):
[all …]