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

  /external/webkit/Source/JavaScriptCore/assembler/
CodeLocation.h 40 class CodeLocationDataLabel32;
62 CodeLocationDataLabel32 dataLabel32AtOffset(int offset);
120 class CodeLocationDataLabel32 : public CodeLocationCommon {
122 CodeLocationDataLabel32() {}
123 explicit CodeLocationDataLabel32(MacroAssemblerCodePtr location)
125 explicit CodeLocationDataLabel32(void* location)
174 inline CodeLocationDataLabel32 CodeLocationCommon::dataLabel32AtOffset(int offset)
177 return CodeLocationDataLabel32(reinterpret_cast<char*>(dataLocation()) + offset);
RepatchBuffer.h 85 void repatch(CodeLocationDataLabel32 dataLabel32, int32_t value)
LinkBuffer.h 150 CodeLocationDataLabel32 locationOf(DataLabel32 label)
152 return CodeLocationDataLabel32(MacroAssembler::getLinkerAddress(code(), applyOffset(label.m_label)));
AbstractMacroAssembler.h 560 static void repatchInt32(CodeLocationDataLabel32 dataLabel32, int32_t value)

Completed in 1106 milliseconds