Searched defs:PushBack (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | weak_vector.cpp | 61 uint32_t WeakVector::PushBack(const JSThread *thread, JSTaggedValue value) in PushBack() function in panda::ecmascript::WeakVector |
| /arkcompiler/ets_runtime/ecmascript/mem/ | ||
| D | mark_stack.h | 139 void PushBack(T *obj) in PushBack() function |
| /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/tests/ | ||
| D | weak_vector_test.cpp | 140 HWTEST_F_L0(WeakVectorTest, PushBack) in HWTEST_F_L0() argument |