/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/ |
D | dyn_chunk.cpp | 21 int DynChunk::Expand(size_t newSize) in Expand() function in panda::DynChunk 58 if (Expand(size_ + len) != 0) { in Insert() 73 if (Expand(size_ + length) != 0) { in Emit() 94 if (Expand(size_ + length) != 0) { in EmitSelf()
|
D | dyn_chunk.h | 60 int Expand(size_t newSize);
|
/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 | 51 result = Expand(size); in Allocate() 97 uintptr_t Expand(size_t size);
|
D | linear_space.cpp | 44 if (Expand(isPromoted)) { in Allocate() 63 if (Expand(isPromoted)) { in Allocate() 75 bool LinearSpace::Expand(bool isPromoted) in Expand() function in panda::ecmascript::LinearSpace
|
D | chunk.cpp | 36 uintptr_t Chunk::Expand(size_t size) in Expand() function in panda::ecmascript::Chunk
|
D | linear_space.h | 28 bool Expand(bool isPromoted);
|
D | dyn_chunk.h | 41 int Expand(size_t newSize);
|
D | sparse_space.cpp | 73 if (Expand()) { in Allocate() 86 bool SparseSpace::Expand() in Expand() function in panda::ecmascript::SparseSpace 592 if (isExpand && Expand()) { in Allocate()
|
D | sparse_space.h | 67 bool Expand();
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
D | lexenv.h | 29 …static void Expand(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &r… 36 …static void Expand(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &r…
|
D | lexenv.cpp | 63 void VirtualLoadVar::Expand(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindR… in Expand() function in panda::es2panda::compiler::VirtualLoadVar 127 void VirtualStoreVar::Expand(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFind… in Expand() function in panda::es2panda::compiler::VirtualStoreVar
|
/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 | 76 void VirtualLoadVar::Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &r… in Expand() function in panda::es2panda::compiler::VirtualLoadVar 158 void VirtualStoreVar::Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &… in Expand() function in panda::es2panda::compiler::VirtualStoreVar
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
D | pipeline_irtoc.cfg | 169 expand-atomics # Expand atomics
|
/arkcompiler/ets_runtime/ecmascript/serializer/ |
D | base_deserializer.cpp | 547 if (!space->Expand()) { in AllocateMultiRegion()
|
/arkcompiler/ets_runtime/ecmascript/regexp/ |
D | regexp_parser.cpp | 461 buffer_.Expand(end + termSize); in ParseAlternative()
|
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
D | regexp_parser.cpp | 520 buffer_.Expand(end + termSize); in ParseAlternative()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
D | pandagen.cpp | 627 VirtualLoadVar::Expand(this, node, result); in LoadAccFromLexEnv() 633 VirtualStoreVar::Expand(this, node, result, isDeclaration); in StoreAccToLexEnv()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 697 VirtualLoadVar::Expand(this, node, result); in LoadAccFromLexEnv() 702 VirtualStoreVar::Expand(this, node, result, isDeclaration); in StoreAccToLexEnv()
|