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

  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 413 Label hotPathBegin(this);
414 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].hotPathBegin = hotPathBegin;
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);
480 // to just after the arguments have been loaded into registers 'hotPathBegin', and we generate code
490 Label hotPathBegin(this);
491 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].hotPathBegin = hotPathBegin
    [all...]
JITPropertyAccess32_64.cpp 427 Label hotPathBegin(this);
428 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].hotPathBegin = hotPathBegin;
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);
490 // to just after the arguments have been loaded into registers 'hotPathBegin', and we generate code
502 Label hotPathBegin(this)
    [all...]
JIT.cpp 570 info.hotPathBegin = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].hotPathBegin);
577 info.hotPathBegin = patchBuffer.locationOf(m_callStructureStubCompilationInfo[i].hotPathBegin);
606 repatchBuffer.repatch(callLinkInfo->hotPathBegin, callee);
623 repatchBuffer.repatch(callLinkInfo->hotPathBegin, callee);
JITCall.cpp 196 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathBegin = addressOfLinkedFunctionCheck;
JITCall32_64.cpp 275 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathBegin = addressOfLinkedFunctionCheck;
JIT.h 144 MacroAssembler::Label hotPathBegin;
148 MacroAssembler::DataLabelPtr hotPathBegin;
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
StructureStubInfo.h 166 CodeLocationLabel hotPathBegin;
CodeBlock.h 104 CodeLocationDataLabelPtr hotPathBegin;

Completed in 74 milliseconds