Home | History | Annotate | Download | only in bytecompiler

Lines Matching refs:emitLoad

1099 RegisterID* BytecodeGenerator::emitLoad(RegisterID* dst, bool b)
1101 return emitLoad(dst, jsBoolean(b));
1104 RegisterID* BytecodeGenerator::emitLoad(RegisterID* dst, double number)
1110 return emitLoad(dst, jsNumber(number));
1114 return emitLoad(dst, valueInMap);
1117 RegisterID* BytecodeGenerator::emitLoad(RegisterID* dst, const Identifier& identifier)
1122 return emitLoad(dst, JSValue(stringInMap));
1125 RegisterID* BytecodeGenerator::emitLoad(RegisterID* dst, JSValue v)
1311 return emitLoad(dst, JSValue(globalObject));
1333 RefPtr<RegisterID> result = emitLoad(dst, JSValue(globalObject));
1358 emitLoad(baseDst, JSValue(globalObject));