Home
last modified time | relevance | path

Searched refs:Expand (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/mem/
H A 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()
H A Dchunk.h50 result = Expand(size); in Allocate()
96 uintptr_t Expand(size_t size);
H A Dlinear_space.cpp49 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 Dlinear_space.h28 bool Expand(bool isPromoted);
90 bool Expand();
H A Dchunk.cpp37 uintptr_t Chunk::Expand(size_t size) in Expand() function in panda::ecmascript::Chunk
H A Djit_fort_memdesc.h164 void Expand();
H A Dsparse_space.cpp75 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 Djit_fort.cpp356 Expand();
371 Expand();
385 void MemDescPool::Expand()
H A Ddyn_chunk.h41 int Expand(size_t newSize);
H A Dsparse_space.h68 bool Expand();
273 NO_MOVE_SEMANTIC(MachineCodeSpace); // Note: Expand() left for define
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
H A Ddyn_chunk.cpp21 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 Ddyn_chunk.h60 int Expand(size_t newSize);
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlexenv.h29 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 Dlexenv.cpp63 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 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, bool isDecl);
H A Dlexenv.cpp86 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 Dserialize_chunk.h39 Expand(); in Emplace()
52 void Expand()
H A Dbase_deserializer.cpp594 if (!space->Expand()) { in AllocateMultiRegion()
/arkcompiler/ets_runtime/ecmascript/
H A Dsustaining_js_handle.cpp39 Expand(); in GetJsHandleSlot()
49 uintptr_t SustainingJSHandle::Expand() in Expand() function in panda::ecmascript::SustainingJSHandle
H A Dsustaining_js_handle.h45 uintptr_t Expand();
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp138 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 Dshared_space.h102 bool Expand(JSThread *thread);
204 bool Expand(JSThread *thread);
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dconcurrent_marking_test.cpp136 EXPECT_TRUE(space->Expand(false)); in HWTEST_F_L0()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp626 VirtualLoadVar::Expand(this, node, result); in LoadAccFromLexEnv()
632 VirtualStoreVar::Expand(this, node, result, isDeclaration); in StoreAccToLexEnv()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp690 VirtualLoadVar::Expand(this, node, result); in LoadAccFromLexEnv()
695 VirtualStoreVar::Expand(this, node, result, isDeclaration); in StoreAccToLexEnv()

Completed in 18 milliseconds

12