Searched refs:CodeLocationCall (Results 1 – 10 of 10) sorted by relevance
/external/webkit/JavaScriptCore/assembler/ |
D | CodeLocation.h | 40 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()
|
D | RepatchBuffer.h | 67 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()
|
D | LinkBuffer.h | 111 CodeLocationCall locationOf(Call call) in locationOf() 115 return CodeLocationCall(MacroAssembler::getLinkerAddress(code(), call.m_jmp)); in locationOf()
|
D | MacroAssemblerX86.h | 189 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall() 194 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall()
|
D | MacroAssemblerX86_64.h | 478 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall() 483 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall()
|
D | MacroAssemblerARM.h | 778 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall() 783 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall()
|
D | MacroAssemblerARMv7.h | 1067 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall() 1072 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall()
|
/external/webkit/JavaScriptCore/bytecode/ |
D | StructureStubInfo.h | 177 CodeLocationCall callReturnLocation;
|
D | CodeBlock.h | 147 CodeLocationCall callReturnLocation;
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 59 (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 …]
|