HomeSort by relevance Sort by last modified time
    Searched defs:DataLabel32 (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 61 typedef MacroAssembler::DataLabel32 DataLabel32;
150 CodeLocationDataLabel32 locationOf(DataLabel32 label)
AbstractMacroAssembler.h 294 // DataLabel32:
298 class DataLabel32 {
303 DataLabel32()
307 DataLabel32(AbstractMacroAssembler<AssemblerType>* masm)
487 ptrdiff_t differenceBetween(Label from, DataLabel32 to)
560 static void repatchInt32(CodeLocationDataLabel32 dataLabel32, int32_t value)
562 AssemblerType::repatchInt32(dataLabel32.dataLocation(), value);

Completed in 25 milliseconds