Home
last modified time | relevance | path

Searched defs:compiled (Results 1 – 4 of 4) 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
687 util::BitSet compiled(body_.size()); in CompileSendableClass() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp240 …st Literal *CreateLiteral(compiler::PandaGen *pg, const ir::Property *prop, util::BitSet *compiled, in CreateLiteral()
404 … ObjectExpression::CompileRemainingProperties(compiler::PandaGen *pg, const util::BitSet *compiled, in CompileRemainingProperties()
459 util::BitSet compiled(properties_.size()); in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp83 compiler::Literal PropertyMethodKind(const ir::MethodDefinition *propMethod, util::BitSet &compiled in PropertyMethodKind()
126 compiler::PandaGen *pg, util::BitSet &compiled, const ArenaVector<ir::AstNode *> &properties) in CreateClassStaticProperties()
303 static void CompileMissingProperties(compiler::PandaGen *pg, const util::BitSet &compiled, compiler… in CompileMissingProperties()
384 util::BitSet compiled(node->Body().size()); in Compile() local
795 util::BitSet compiled(expr->Properties().size()); in Compile() local
803 static compiler::Literal CreateLiteral(const ir::Property *prop, util::BitSet *compiled, size_t pro… in CreateLiteral()
851 void JSCompiler::CompileStaticProperties(compiler::PandaGen *pg, util::BitSet *compiled, in CompileStaticProperties()
957 void JSCompiler::CompileRemainingProperties(compiler::PandaGen *pg, const util::BitSet *compiled, in CompileRemainingProperties()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp361 static bool compiled; in TestModifyManyVregs() local