Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp130 int32_t ClassDefinition::CreateClassPublicBuffer(compiler::PandaGen *pg, util::BitSet &compiled, in CreateClassPublicBuffer()
272 void ClassDefinition::CompileMissingProperties(compiler::PandaGen *pg, const util::BitSet &compiled, in CompileMissingProperties()
396 util::BitSet compiled(body_.size()); in Compile() local
685 util::BitSet compiled(body_.size()); in CompileSendableClass() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp234 …st Literal *CreateLiteral(compiler::PandaGen *pg, const ir::Property *prop, util::BitSet *compiled, in CreateLiteral()
391 … ObjectExpression::CompileRemainingProperties(compiler::PandaGen *pg, const util::BitSet *compiled, in CompileRemainingProperties()
446 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()
146 compiler::PandaGen *pg, util::BitSet &compiled, const ArenaVector<ir::AstNode *> &properties) in CreateClassStaticProperties()
319 static void CompileMissingProperties(compiler::PandaGen *pg, const util::BitSet &compiled, compiler… in CompileMissingProperties()
401 util::BitSet compiled(node->Body().size()); in Compile() local
812 util::BitSet compiled(expr->Properties().size()); in Compile() local
820 static compiler::Literal CreateLiteral(const ir::Property *prop, util::BitSet *compiled, size_t pro… in CreateLiteral()
868 void JSCompiler::CompileStaticProperties(compiler::PandaGen *pg, util::BitSet *compiled, in CompileStaticProperties()
974 void JSCompiler::CompileRemainingProperties(compiler::PandaGen *pg, const util::BitSet *compiled, in CompileRemainingProperties()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp382 static bool compiled; in TestModifyManyVregs() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp297 auto compiled = re.Compile(patternStr, isUtf16, patternHandle.GetPtr()->GetLength()); in Execute() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp3721 Label compiled(&builder_); in LowerNewFastCall() local