Home
last modified time | relevance | path

Searched refs:methodAffiliate (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp200 Literal *methodAffiliate = pg->Allocator()->New<TaggedLiteral>(LiteralTag::METHODAFFILIATE, in CreateClassPublicBuffer() local
202 literalBuf->ResetLiteral(bufferPos + 2, methodAffiliate); // bufferPos + 2 is saved for method affiliate in CreateClassPublicBuffer()
242 Literal *methodAffiliate = pg->Allocator()->New<TaggedLiteral>(LiteralTag::METHODAFFILIATE, in CreateClassPrivateBuffer() local
262 literalBuf->Add(methodAffiliate); in CreateClassPrivateBuffer()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp323 Literal *methodAffiliate = pg->Allocator()->New<TaggedLiteral>(LiteralTag::METHODAFFILIATE, paramNum); in CompileStaticProperties() local
324 propBuf.push_back(methodAffiliate); in CompileStaticProperties()

Completed in 3 milliseconds