/arkcompiler/ets_runtime/ecmascript/mem/ |
D | dyn_chunk.cpp | 21 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()
|
D | chunk.h | 49 result = Expand(size); in Allocate() 88 uintptr_t Expand(size_t size);
|
D | linear_space.cpp | 49 if (Expand(isPromoted)) { in Allocate() 59 if (Expand(isPromoted)) { in Allocate() 71 bool LinearSpace::Expand(bool isPromoted) in Expand() function in panda::ecmascript::LinearSpace
|
D | chunk.cpp | 35 uintptr_t Chunk::Expand(size_t size) in Expand() function in panda::ecmascript::Chunk
|
D | dyn_chunk.h | 40 int Expand(size_t newSize);
|
D | linear_space.h | 28 bool Expand(bool isPromoted);
|
D | sparse_space.cpp | 67 if (Expand()) { in Allocate() 81 bool SparseSpace::Expand() in Expand() function in panda::ecmascript::SparseSpace 577 if (isExpand && Expand()) { in Allocate()
|
D | sparse_space.h | 66 bool Expand();
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | lexenv.h | 30 … 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…
|
D | lexenv.cpp | 66 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/ |
D | recursiveConditionalCrash3.ts | 131 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/ |
D | regexp_parser.cpp | 460 buffer_.Expand(end + termSize); in ParseAlternative()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 629 VirtualLoadVar::Expand(this, node, result); in LoadAccFromLexEnv() 634 VirtualStoreVar::Expand(this, node, result, isDeclaration); in StoreAccToLexEnv()
|