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

  /external/webkit/JavaScriptCore/assembler/
AbstractMacroAssembler.h 434 ptrdiff_t differenceBetween(Label from, Jump to)
439 ptrdiff_t differenceBetween(Label from, Call to)
444 ptrdiff_t differenceBetween(Label from, Label to)
449 ptrdiff_t differenceBetween(Label from, DataLabelPtr to)
454 ptrdiff_t differenceBetween(Label from, DataLabel32 to)
459 ptrdiff_t differenceBetween(DataLabelPtr from, Jump to)
464 ptrdiff_t differenceBetween(DataLabelPtr from, DataLabelPtr to)
469 ptrdiff_t differenceBetween(DataLabelPtr from, Call to)
MacroAssemblerX86_64.h 115 ASSERT(differenceBetween(label, result) == REPTACH_OFFSET_CALL_R11);
123 ASSERT(differenceBetween(label, newJump) == REPTACH_OFFSET_CALL_R11);
132 ASSERT(differenceBetween(label, newJump) == REPTACH_OFFSET_CALL_R11);
  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 229 ASSERT(differenceBetween(info.structureToCompare, protoObj) == patchOffsetMethodCheckProtoObj);
230 ASSERT(differenceBetween(info.structureToCompare, protoStructureToCompare) == patchOffsetMethodCheckProtoStruct);
231 ASSERT(differenceBetween(info.structureToCompare, putFunction) == patchOffsetMethodCheckPutFunction);
392 ASSERT(differenceBetween(hotPathBegin, structureToCompare) == patchOffsetGetByIdStructure);
393 ASSERT(differenceBetween(hotPathBegin, structureCheck) == patchOffsetGetByIdBranchToSlowCase);
397 ASSERT(differenceBetween(hotPathBegin, externalLoad) == patchOffsetGetByIdExternalLoad);
398 ASSERT(differenceBetween(externalLoad, externalLoadComplete) == patchLengthGetByIdExternalLoad);
401 ASSERT(differenceBetween(hotPathBegin, displacementLabel1) == patchOffsetGetByIdPropertyMapOffset1);
403 ASSERT(differenceBetween(hotPathBegin, displacementLabel2) == patchOffsetGetByIdPropertyMapOffset2);
406 ASSERT(differenceBetween(hotPathBegin, putResult) == patchOffsetGetByIdPutResult)
    [all...]
JITCall.cpp 326 ASSERT(differenceBetween(addressOfLinkedFunctionCheck, jumpToSlow) == patchOffsetOpCallCompareToJump);
623 ASSERT_JIT_OFFSET(differenceBetween(addressOfLinkedFunctionCheck, jumpToSlow), patchOffsetOpCallCompareToJump);
JITInlineMethods.h 140 ASSERT(differenceBetween(m_uninterruptedInstructionSequenceBegin, label()) == insnSpace);

Completed in 35 milliseconds