Home
last modified time | relevance | path

Searched defs:PushBack (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_stack.h139 void PushBack(T *obj) in PushBack() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.cpp71 JSHandle<TSObjLayoutInfo> TSObjLayoutInfo::PushBack(const JSThread *thread, in PushBack() function in panda::ecmascript::TSObjLayoutInfo
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp38 void RegAllocator::PushBack(IRNode *ins) in PushBack() function in panda::es2panda::compiler::RegAllocator
/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.cpp141 uint32_t WeakVector::PushBack(const JSThread *thread, JSTaggedValue value) in PushBack() function in panda::ecmascript::WeakVector
/arkcompiler/ets_runtime/ecmascript/tests/
Dweak_vector_test.cpp140 HWTEST_F_L0(WeakVectorTest, PushBack) in HWTEST_F_L0() argument