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

  /external/webkit/Source/JavaScriptCore/assembler/
AbstractMacroAssembler.h 467 ptrdiff_t differenceBetween(Label from, Jump to)
472 ptrdiff_t differenceBetween(Label from, Call to)
477 ptrdiff_t differenceBetween(Label from, Label to)
482 ptrdiff_t differenceBetween(Label from, DataLabelPtr to)
487 ptrdiff_t differenceBetween(Label from, DataLabel32 to)
492 ptrdiff_t differenceBetween(DataLabelPtr from, Jump to)
497 ptrdiff_t differenceBetween(DataLabelPtr from, DataLabelPtr to)
502 ptrdiff_t differenceBetween(DataLabelPtr from, Call to)
MacroAssemblerX86_64.h 120 ASSERT(differenceBetween(label, result) == REPTACH_OFFSET_CALL_R11);
128 ASSERT(differenceBetween(label, newJump) == REPTACH_OFFSET_CALL_R11);
137 ASSERT(differenceBetween(label, newJump) == REPTACH_OFFSET_CALL_R11);
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 350 ASSERT_JIT_OFFSET(differenceBetween(info.structureToCompare, protoObj), patchOffsetMethodCheckProtoObj);
351 ASSERT_JIT_OFFSET(differenceBetween(info.structureToCompare, protoStructureToCompare), patchOffsetMethodCheckProtoStruct);
352 ASSERT_JIT_OFFSET(differenceBetween(info.structureToCompare, putFunction), patchOffsetMethodCheckPutFunction);
419 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, structureToCompare), patchOffsetGetByIdStructure);
420 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, structureCheck), patchOffsetGetByIdBranchToSlowCase)
424 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, displacementLabel), patchOffsetGetByIdPropertyMapOffset);
430 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, putResult), patchOffsetGetByIdPutResult);
465 ASSERT_JIT_OFFSET(differenceBetween(coldPathBegin, call), patchOffsetGetByIdSlowCaseCall);
496 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, structureToCompare), patchOffsetPutByIdStructure);
503 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, displacementLabel), patchOffsetPutByIdPropertyMapOffset)
    [all...]
JITPropertyAccess32_64.cpp 228 ASSERT_JIT_OFFSET(differenceBetween(info.structureToCompare, protoObj), patchOffsetMethodCheckProtoObj);
229 ASSERT_JIT_OFFSET(differenceBetween(info.structureToCompare, protoStructureToCompare), patchOffsetMethodCheckProtoStruct);
230 ASSERT_JIT_OFFSET(differenceBetween(info.structureToCompare, putFunction), patchOffsetMethodCheckPutFunction);
434 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, structureToCompare), patchOffsetGetByIdStructure);
435 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, structureCheck), patchOffsetGetByIdBranchToSlowCase);
439 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, displacementLabel1), patchOffsetGetByIdPropertyMapOffset1);
441 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, displacementLabel2), patchOffsetGetByIdPropertyMapOffset2);
444 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, putResult), patchOffsetGetByIdPutResult);
480 ASSERT_JIT_OFFSET(differenceBetween(coldPathBegin, call), patchOffsetGetByIdSlowCaseCall);
509 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, structureToCompare), patchOffsetPutByIdStructure)
    [all...]
JITCall.cpp 195 ASSERT_JIT_OFFSET(differenceBetween(addressOfLinkedFunctionCheck, jumpToSlow), patchOffsetOpCallCompareToJump);
JITCall32_64.cpp 274 ASSERT_JIT_OFFSET(differenceBetween(addressOfLinkedFunctionCheck, jumpToSlow), patchOffsetOpCallCompareToJump);
JITInlineMethods.h 163 ASSERT(differenceBetween(m_uninterruptedInstructionSequenceBegin, label()) <= insnSpace);

Completed in 449 milliseconds