Searched refs:hotPathBegin (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp413 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
[all...]
H A DJITPropertyAccess32_64.cpp427 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(thi
[all...]
H A DJIT.cpp570 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);
H A DJITCall.cpp196 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathBegin = addressOfLinkedFunctionCheck;
H A DJITCall32_64.cpp275 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathBegin = addressOfLinkedFunctionCheck;
H A DJIT.h144 MacroAssembler::Label hotPathBegin; member in struct:JSC::PropertyStubCompilationInfo
148 MacroAssembler::DataLabelPtr hotPathBegin; member in struct:JSC::StructureStubCompilationInfo
/external/webkit/Source/JavaScriptCore/bytecode/
H A DStructureStubInfo.h166 CodeLocationLabel hotPathBegin; member in struct:JSC::StructureStubInfo
H A DCodeBlock.h104 CodeLocationDataLabelPtr hotPathBegin; member in struct:JSC::CallLinkInfo

Completed in 226 milliseconds