Searched refs:hotPathBegin (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITPropertyAccess32_64.cpp | 427 Label hotPathBegin(this); in compileGetByIdHotPath() local 428 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].hotPathBegin = hotPathBegin; in compileGetByIdHotPath() 434 …ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, structureToCompare), patchOffsetGetByIdStructure… in compileGetByIdHotPath() 435 …ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, structureCheck), patchOffsetGetByIdBranchToSlowC… in compileGetByIdHotPath() 439 …ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, displacementLabel1), patchOffsetGetByIdPropertyM… in compileGetByIdHotPath() 441 …ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, displacementLabel2), patchOffsetGetByIdPropertyM… in compileGetByIdHotPath() 444 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, putResult), patchOffsetGetByIdPutResult); in compileGetByIdHotPath() 502 Label hotPathBegin(this); in emit_op_put_by_id() local 503 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].hotPathBegin = hotPathBegin; in emit_op_put_by_id() 509 …ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, structureToCompare), patchOffsetPutByIdStructure… in emit_op_put_by_id() [all …]
|
D | JITPropertyAccess.cpp | 413 Label hotPathBegin(this); in compileGetByIdHotPath() local 414 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].hotPathBegin = hotPathBegin; in compileGetByIdHotPath() 419 …ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, structureToCompare), patchOffsetGetByIdStructure… in compileGetByIdHotPath() 420 …ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, structureCheck), patchOffsetGetByIdBranchToSlowC… in compileGetByIdHotPath() 424 …ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, displacementLabel), patchOffsetGetByIdPropertyMa… in compileGetByIdHotPath() 430 ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, putResult), patchOffsetGetByIdPutResult); in compileGetByIdHotPath() 490 Label hotPathBegin(this); in emit_op_put_by_id() local 491 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].hotPathBegin = hotPathBegin; in emit_op_put_by_id() 496 …ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, structureToCompare), patchOffsetPutByIdStructure… in emit_op_put_by_id() 503 …ASSERT_JIT_OFFSET(differenceBetween(hotPathBegin, displacementLabel), patchOffsetPutByIdPropertyMa… in emit_op_put_by_id() [all …]
|
D | JIT.cpp | 570 info.hotPathBegin = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].hotPathBegin); in privateCompile() 577 … info.hotPathBegin = patchBuffer.locationOf(m_callStructureStubCompilationInfo[i].hotPathBegin); in privateCompile() 606 repatchBuffer.repatch(callLinkInfo->hotPathBegin, callee); in linkCall() 623 repatchBuffer.repatch(callLinkInfo->hotPathBegin, callee); in linkConstruct()
|
D | JITCall.cpp | 196 … m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathBegin = addressOfLinkedFunctionCheck; in compileOpCall()
|
D | JITCall32_64.cpp | 275 … m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathBegin = addressOfLinkedFunctionCheck; in compileOpCall()
|
D | JIT.h | 144 MacroAssembler::Label hotPathBegin; member 148 MacroAssembler::DataLabelPtr hotPathBegin; member
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | StructureStubInfo.h | 166 CodeLocationLabel hotPathBegin; member
|
D | CodeBlock.h | 104 CodeLocationDataLabelPtr hotPathBegin; member
|