Home | History | Annotate | Download | only in bytecompiler

Lines Matching defs:emitLoad

272             emitLoad(newVars[i], jsUndefined());
960 RegisterID* BytecodeGenerator::emitLoad(RegisterID* dst, bool b)
962 return emitLoad(dst, jsBoolean(b));
965 RegisterID* BytecodeGenerator::emitLoad(RegisterID* dst, double number)
970 return emitLoad(dst, jsNumber(globalData(), number));
974 return emitLoad(dst, valueInMap);
977 RegisterID* BytecodeGenerator::emitLoad(RegisterID* dst, const Identifier& identifier)
982 return emitLoad(dst, JSValue(stringInMap));
985 RegisterID* BytecodeGenerator::emitLoad(RegisterID* dst, JSValue v)
1161 return emitLoad(dst, JSValue(globalObject));
1188 emitLoad(baseDst, JSValue(globalObject));