OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASSERT_JIT_OFFSET
(Results
1 - 5
of
5
) sorted by null
/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);
JIT.h
39
#define
ASSERT_JIT_OFFSET
(actual, expected) ASSERT_WITH_MESSAGE(actual == expected, "JIT Offset \"%s\" should be %d, not %d.\n", #expected, static_cast<int>(expected), static_cast<int>(actual));
[
all
...]
Completed in 47 milliseconds