Searched defs:PushBack (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ | ||
D | mark_stack.h | 139 void PushBack(T *obj) in PushBack() function |
/arkcompiler/ets_runtime/ecmascript/ts_types/ | ||
D | ts_obj_layout_info.cpp | 71 JSHandle<TSObjLayoutInfo> TSObjLayoutInfo::PushBack(const JSThread *thread, in PushBack() function in panda::ecmascript::TSObjLayoutInfo |
/arkcompiler/ets_frontend/es2panda/compiler/core/ | ||
D | regAllocator.cpp | 38 void RegAllocator::PushBack(IRNode *ins) in PushBack() function in panda::es2panda::compiler::RegAllocator |
/arkcompiler/ets_runtime/ecmascript/ | ||
D | weak_vector.cpp | 141 uint32_t WeakVector::PushBack(const JSThread *thread, JSTaggedValue value) in PushBack() function in panda::ecmascript::WeakVector |
/arkcompiler/ets_runtime/ecmascript/tests/ | ||
D | weak_vector_test.cpp | 140 HWTEST_F_L0(WeakVectorTest, PushBack) in HWTEST_F_L0() argument |