Searched defs:compiled (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 130 int32_t ClassDefinition::CreateClassPublicBuffer(compiler::PandaGen *pg, util::BitSet &compiled, in CreateClassPublicBuffer() 267 void ClassDefinition::CompileMissingProperties(compiler::PandaGen *pg, const util::BitSet &compiled, in CompileMissingProperties() 391 util::BitSet compiled(body_.size()); in Compile() local 680 util::BitSet compiled(body_.size()); in CompileSendableClass() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 234 …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/ |
| D | JSCompiler.cpp | 83 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() 318 static void CompileMissingProperties(compiler::PandaGen *pg, const util::BitSet &compiled, compiler… in CompileMissingProperties() 399 util::BitSet compiled(node->Body().size()); in Compile() local 810 util::BitSet compiled(expr->Properties().size()); in Compile() local 818 static compiler::Literal CreateLiteral(const ir::Property *prop, util::BitSet *compiled, size_t pro… in CreateLiteral() 866 void JSCompiler::CompileStaticProperties(compiler::PandaGen *pg, util::BitSet *compiled, in CompileStaticProperties() 972 void JSCompiler::CompileRemainingProperties(compiler::PandaGen *pg, const util::BitSet *compiled, in CompileRemainingProperties()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | stack_walker_test.cpp | 382 static bool compiled; in TestModifyManyVregs() local
|