/arkcompiler/ets_runtime/ecmascript/mem/ |
H A 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()
|
H A D | chunk.h | 50 result = Expand(size); in Allocate() 96 uintptr_t Expand(size_t size);
|
H A D | linear_space.cpp | 49 if (Expand(isPromoted)) { in Allocate() 69 if (Expand(isPromoted)) { in Allocate() 81 bool LinearSpace::Expand(bool isPromoted) in Expand() function in panda::ecmascript::LinearSpace 233 if (Expand()) { in Allocate() 273 bool EdenSpace::Expand() in Expand() function in panda::ecmascript::EdenSpace
|
H A D | linear_space.h | 28 bool Expand(bool isPromoted); 90 bool Expand();
|
H A D | chunk.cpp | 37 uintptr_t Chunk::Expand(size_t size) in Expand() function in panda::ecmascript::Chunk
|
H A D | jit_fort_memdesc.h | 164 void Expand();
|
H A D | sparse_space.cpp | 75 if (Expand()) { in Allocate() 88 bool SparseSpace::Expand() in Expand() function in panda::ecmascript::SparseSpace 91 LOG_ECMA_MEM(INFO) << "Expand::Committed size " << committedSize_ << " of Sparse Space is too big. "; in Expand() 609 if (Expand()) { in Allocate() 702 if (Expand()) { in Allocate()
|
H A D | jit_fort.cpp | 356 Expand(); 371 Expand(); 385 void MemDescPool::Expand()
|
H A D | dyn_chunk.h | 41 int Expand(size_t newSize);
|
H A D | sparse_space.h | 68 bool Expand(); 273 NO_MOVE_SEMANTIC(MachineCodeSpace); // Note: Expand() left for define
|
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/ |
H A D | dyn_chunk.cpp | 21 int DynChunk::Expand(size_t newSize) in Expand() function in ark::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()
|
H A D | dyn_chunk.h | 60 int Expand(size_t newSize);
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | lexenv.h | 29 static void Expand(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &result); 36 static void Expand(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &result,
|
H A D | lexenv.cpp | 63 void VirtualLoadVar::Expand(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &result) in Expand() function in ark::es2panda::compiler::VirtualLoadVar 127 void VirtualStoreVar::Expand(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, in Expand() function in ark::es2panda::compiler::VirtualStoreVar
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A 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, bool isDecl);
|
H A D | lexenv.cpp | 86 void VirtualLoadVar::Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result) in Expand() function in panda::es2panda::compiler::VirtualLoadVar 143 void VirtualStoreVar::Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDecl) in Expand() function in panda::es2panda::compiler::VirtualStoreVar
|
/arkcompiler/ets_runtime/ecmascript/serializer/ |
H A D | serialize_chunk.h | 39 Expand(); in Emplace() 52 void Expand()
|
H A D | base_deserializer.cpp | 594 if (!space->Expand()) { in AllocateMultiRegion()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | sustaining_js_handle.cpp | 39 Expand(); in GetJsHandleSlot() 49 uintptr_t SustainingJSHandle::Expand() in Expand() function in panda::ecmascript::SustainingJSHandle
|
H A D | sustaining_js_handle.h | 45 uintptr_t Expand();
|
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
H A D | shared_space.cpp | 138 if (object == 0 && Expand(thread)) { in AllocateWithExpand() 145 bool SharedSparseSpace::Expand(JSThread *thread) in Expand() function in panda::ecmascript::SharedSparseSpace 148 LOG_ECMA_MEM(INFO) << "Expand::Committed size " << committedSize_ << " of Sparse Space is too big. "; in Expand() 153 LOG_ECMA(FATAL) << "SharedSparseSpace::Expand:region is nullptr"; in Expand() 492 if (isExpand && Expand(Runtime::GetInstance()->GetMainThread())) { in Allocate() 508 bool SharedReadOnlySpace::Expand(JSThread *thread) in Expand() function in panda::ecmascript::SharedReadOnlySpace 521 LOG_ECMA(FATAL) << "SharedReadOnlySpace::Expand:region is nullptr"; in Expand() 542 if (Expand(thread)) { in Allocate()
|
H A D | shared_space.h | 102 bool Expand(JSThread *thread); 204 bool Expand(JSThread *thread);
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | concurrent_marking_test.cpp | 136 EXPECT_TRUE(space->Expand(false)); in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.cpp | 626 VirtualLoadVar::Expand(this, node, result); in LoadAccFromLexEnv() 632 VirtualStoreVar::Expand(this, node, result, isDeclaration); in StoreAccToLexEnv()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 690 VirtualLoadVar::Expand(this, node, result); in LoadAccFromLexEnv() 695 VirtualStoreVar::Expand(this, node, result, isDeclaration); in StoreAccToLexEnv()
|