Home
last modified time | relevance | path

Searched defs:compiled (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp134 int32_t ClassDefinition::CreateClassPublicBuffer(compiler::PandaGen *pg, util::BitSet &compiled, in CreateClassPublicBuffer()
271 void ClassDefinition::CompileMissingProperties(compiler::PandaGen *pg, const util::BitSet &compiled, in CompileMissingProperties()
395 util::BitSet compiled(body_.size()); in Compile() local
592 util::BitSet compiled(body_.size()); in CompileSendableClass() local
/arkcompiler/ets_frontend/ts2panda/src/base/
Dproperties.ts34 private compiled: boolean = false; property in Property
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp241 …st Literal *CreateLiteral(compiler::PandaGen *pg, const ir::Property *prop, util::BitSet *compiled, in CreateLiteral()
401 … ObjectExpression::CompileRemainingProperties(compiler::PandaGen *pg, const util::BitSet *compiled, in CompileRemainingProperties()
457 util::BitSet compiled(properties_.size()); in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp76 compiler::PandaGen *pg, util::BitSet &compiled, const ArenaVector<ir::AstNode *> &properties) in CreateClassStaticProperties()
251 static void CompileMissingProperties(compiler::PandaGen *pg, const util::BitSet &compiled, compiler… in CompileMissingProperties()
373 util::BitSet compiled(node->Body().size()); in Compile() local
937 util::BitSet compiled(expr->Properties().size()); in Compile() local
945 static compiler::Literal CreateLiteral(const ir::Property *prop, util::BitSet *compiled, size_t pro… in CreateLiteral()
993 void JSCompiler::CompileStaticProperties(compiler::PandaGen *pg, util::BitSet *compiled, in CompileStaticProperties()
1045 void JSCompiler::CompileRemainingProperties(compiler::PandaGen *pg, const util::BitSet *compiled, in CompileRemainingProperties()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp320 static bool compiled; in TestModifyManyVregs() local