Lines Matching defs:compiled
240 static const Literal *CreateLiteral(compiler::PandaGen *pg, const ir::Property *prop, util::BitSet *compiled,
244 compiled->Set(propIndex);
266 compiled->Set(propIndex);
273 void ObjectExpression::CompileStaticProperties(compiler::PandaGen *pg, util::BitSet *compiled) const
302 compiled->Set(getterIndxNameMap[name]);
306 compiled->Set(setterIndxNameMap[name]);
317 propBuf.push_back(CreateLiteral(pg, prop, compiled, i));
397 void ObjectExpression::CompileRemainingProperties(compiler::PandaGen *pg, const util::BitSet *compiled,
401 if (compiled->Test(i)) {
452 util::BitSet compiled(properties_.size());
453 CompileStaticProperties(pg, &compiled);
460 CompileRemainingProperties(pg, &compiled, objReg);