Lines Matching full:compiled
240 …st Literal *CreateLiteral(compiler::PandaGen *pg, const ir::Property *prop, util::BitSet *compiled, in CreateLiteral() argument
244 compiled->Set(propIndex); in CreateLiteral()
266 compiled->Set(propIndex); in CreateLiteral()
273 void ObjectExpression::CompileStaticProperties(compiler::PandaGen *pg, util::BitSet *compiled) const in CompileStaticProperties()
309 compiled->Set(getterIndxNameMap[name]); in CompileStaticProperties()
313 compiled->Set(setterIndxNameMap[name]); in CompileStaticProperties()
324 propBuf.push_back(CreateLiteral(pg, prop, compiled, i)); in CompileStaticProperties()
341 … ObjectExpression::CompileRemainingProperties(compiler::PandaGen *pg, const util::BitSet *compiled, in CompileRemainingProperties() argument
346 if (compiled->Test(i)) { in CompileRemainingProperties()
434 util::BitSet compiled(properties_.size()); in Compile() local
435 CompileStaticProperties(pg, &compiled); in Compile()
442 CompileRemainingProperties(pg, &compiled, objReg); in Compile()