Home
last modified time | relevance | path

Searched refs:tempDestination (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/parser/
DNodes.cpp391 …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 …]
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h126 RegisterID* tempDestination(RegisterID* dst) in tempDestination() function
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-103488 (KJS::CodeGenerator::tempDestination): Create a new temporary for
12901 (KJS::CodeGenerator::tempDestination): Takes the dst register. Returns it if
13146 (KJS::CodeGenerator::tempDestination):
DChangeLog5510 to use tempDestination().