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

  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 385 Label hotPathBegin(this);
386 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].hotPathBegin = hotPathBegin;
392 ASSERT(differenceBetween(hotPathBegin, structureToCompare) == patchOffsetGetByIdStructure);
393 ASSERT(differenceBetween(hotPathBegin, structureCheck) == patchOffsetGetByIdBranchToSlowCase);
397 ASSERT(differenceBetween(hotPathBegin, externalLoad) == patchOffsetGetByIdExternalLoad);
401 ASSERT(differenceBetween(hotPathBegin, displacementLabel1) == patchOffsetGetByIdPropertyMapOffset1);
403 ASSERT(differenceBetween(hotPathBegin, displacementLabel2) == patchOffsetGetByIdPropertyMapOffset2);
406 ASSERT(differenceBetween(hotPathBegin, putResult) == patchOffsetGetByIdPutResult);
452 // to just after the arguments have been loaded into registers 'hotPathBegin', and we generate cod
    [all...]
JIT.cpp 540 info.hotPathBegin = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].hotPathBegin);
548 info.hotPathBegin = patchBuffer.locationOf(m_callStructureStubCompilationInfo[i].hotPathBegin);
587 repatchBuffer.repatch(callLinkInfo->hotPathBegin, 0);
589 repatchBuffer.repatch(callLinkInfo->hotPathBegin, JSValue::encode(JSValue()));
605 repatchBuffer.repatch(callLinkInfo->hotPathBegin, callee);
JITCall.cpp 327 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathBegin = addressOfLinkedFunctionCheck;
624 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathBegin = addressOfLinkedFunctionCheck;
JIT.h 151 MacroAssembler::Label hotPathBegin;
155 MacroAssembler::DataLabelPtr hotPathBegin;
    [all...]
  /external/webkit/JavaScriptCore/bytecode/
StructureStubInfo.h 178 CodeLocationLabel hotPathBegin;
CodeBlock.h 111 CodeLocationDataLabelPtr hotPathBegin;

Completed in 514 milliseconds