HomeSort by relevance Sort by last modified time
    Searched refs:CodeLocationCall (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/JavaScriptCore/assembler/
CodeLocation.h 38 class CodeLocationCall;
59 CodeLocationCall callAtOffset(int offset);
102 class CodeLocationCall : public CodeLocationCommon {
104 CodeLocationCall() {}
105 explicit CodeLocationCall(MacroAssemblerCodePtr location)
107 explicit CodeLocationCall(void* location)
156 inline CodeLocationCall CodeLocationCommon::callAtOffset(int offset)
159 return CodeLocationCall(reinterpret_cast<char*>(dataLocation()) + offset);
RepatchBuffer.h 65 void relink(CodeLocationCall call, CodeLocationLabel destination)
70 void relink(CodeLocationCall call, FunctionPtr destination)
97 relink(CodeLocationCall(CodePtr(returnAddress)), label);
107 relink(CodeLocationCall(CodePtr(returnAddress)), function);
MacroAssemblerSH4.cpp 70 void MacroAssemblerSH4::repatchCall(CodeLocationCall call, CodeLocationLabel destination)
75 void MacroAssemblerSH4::repatchCall(CodeLocationCall call, FunctionPtr destination)
MacroAssemblerX86.h 181 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination)
186 static void repatchCall(CodeLocationCall call, FunctionPtr destination)
LinkBuffer.h 126 CodeLocationCall locationOf(Call call)
130 return CodeLocationCall(MacroAssembler::getLinkerAddress(code(), applyOffset(call.m_jmp)));
MacroAssemblerX86_64.h 468 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination)
473 static void repatchCall(CodeLocationCall call, FunctionPtr destination)
MacroAssemblerARM.h     [all...]
MacroAssemblerARMv7.h     [all...]
MacroAssemblerMIPS.h     [all...]
MacroAssemblerSH4.h     [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
StructureStubInfo.h 165 CodeLocationCall callReturnLocation;
CodeBlock.h 146 CodeLocationCall callReturnLocation;

Completed in 90 milliseconds