Searched refs:tempDestination (Results 1 – 4 of 4) sorted by relevance
391 …RefPtr<RegisterID> array = generator.emitNewArray(generator.tempDestination(dst), m_element.get()); in emitBytecode()456 RefPtr<RegisterID> newObj = generator.tempDestination(dst); in emitBytecode()588 RefPtr<RegisterID> func = generator.tempDestination(dst); in emitBytecode()643 RefPtr<RegisterID> func = generator.tempDestination(dst); in emitBytecode()670 …RefPtr<RegisterID> function = generator.emitGetByVal(generator.tempDestination(dst), base.get(), p… in emitBytecode()692 …RefPtr<RegisterID> function = generator.emitGetById(generator.tempDestination(dst), base.get(), m_… in emitBytecode()846 RegisterID* base = generator.emitResolveBase(generator.tempDestination(dst), m_ident); in emitBytecode()944 RefPtr<RegisterID> scratch = generator.emitResolveBase(generator.tempDestination(dst), m_ident); in emitBytecode()993 …RefPtr<RegisterID> propDst = generator.emitGetScopedVar(generator.tempDestination(dst), depth, ind… in emitBytecode()1000 RefPtr<RegisterID> propDst = generator.tempDestination(dst); in emitBytecode()[all …]
126 RegisterID* tempDestination(RegisterID* dst) in tempDestination() function
3488 (KJS::CodeGenerator::tempDestination): Create a new temporary for12901 (KJS::CodeGenerator::tempDestination): Takes the dst register. Returns it if13146 (KJS::CodeGenerator::tempDestination):
5510 to use tempDestination().