Home
last modified time | relevance | path

Searched refs:Expand (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Ddyn_chunk.cpp21 int DynChunk::Expand(size_t newSize) in Expand() function in panda::ecmascript::DynChunk
59 if (Expand(size_ + len) != 0) { in Insert()
74 if (Expand(size_ + length) != 0) { in Emit()
95 if (Expand(size_ + length) != 0) { in EmitSelf()
Dchunk.h49 result = Expand(size); in Allocate()
88 uintptr_t Expand(size_t size);
Dlinear_space.cpp49 if (Expand(isPromoted)) { in Allocate()
59 if (Expand(isPromoted)) { in Allocate()
71 bool LinearSpace::Expand(bool isPromoted) in Expand() function in panda::ecmascript::LinearSpace
Dchunk.cpp35 uintptr_t Chunk::Expand(size_t size) in Expand() function in panda::ecmascript::Chunk
Ddyn_chunk.h40 int Expand(size_t newSize);
Dlinear_space.h28 bool Expand(bool isPromoted);
Dsparse_space.cpp67 if (Expand()) { in Allocate()
81 bool SparseSpace::Expand() in Expand() function in panda::ecmascript::SparseSpace
577 if (isExpand && Expand()) { in Allocate()
Dsparse_space.h66 bool Expand();
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlexenv.h30 … static void Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result);
37 …static void Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result, b…
Dlexenv.cpp66 void VirtualLoadVar::Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &r… in Expand() function in panda::es2panda::compiler::VirtualLoadVar
139 void VirtualStoreVar::Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &… in Expand() function in panda::es2panda::compiler::VirtualStoreVar
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DrecursiveConditionalCrash3.ts131 export type Expand<T extends object, K extends AllKeys<T, N> = never, N extends number = 4> = Expan… alias
136 let y1: Expand<X>
139 let y2: Expand<X, 'user.role.user.role'>
155 type UseQueryOptions<T extends Base, K extends AllKeys<T, 4> > = Expand<T, K>
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp460 buffer_.Expand(end + termSize); in ParseAlternative()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp629 VirtualLoadVar::Expand(this, node, result); in LoadAccFromLexEnv()
634 VirtualStoreVar::Expand(this, node, result, isDeclaration); in StoreAccToLexEnv()