Home
last modified time | relevance | path

Searched refs:PushBack (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.cpp66 vec->PushBack(thread, storeVal); in Append()
78 vec->PushBack(thread, storeVal); in FillOrAppend()
99 [[maybe_unused]] uint32_t index = newVec->PushBack(thread, storeVal); in AppendToFullVec()
141 uint32_t WeakVector::PushBack(const JSThread *thread, JSTaggedValue value) in PushBack() function in panda::ecmascript::WeakVector
Dweak_vector.h46 uint32_t PushBack(const JSThread *thread, JSTaggedValue value);
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp38 void RegAllocator::PushBack(IRNode *ins) in PushBack() function in panda::es2panda::compiler::RegAllocator
76 return PushBack(ins); in Run()
86 PushBack(ins); in Run()
101 PushBack(ins); in Run()
DregAllocator.h59 PushBack(label); in AddLabel()
119 void PushBack(IRNode *ins);
/arkcompiler/ets_runtime/ecmascript/ic/
Dproto_change_details.cpp26 uint32_t arrayIndex = array->PushBack(thread, weakValue); in Add()
49 uint32_t arrayIndex = newArray->PushBack(thread, weakValue); in Add()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dproto_change_details_test.cpp145 weakVector->PushBack(thread, JSTaggedValue(i)); in HWTEST_F_L0()
176 weakVector->PushBack(thread, JSTaggedValue(i)); in HWTEST_F_L0()
209 weakVector->PushBack(thread, JSTaggedValue(i)); in HWTEST_F_L0()
235 weakVector->PushBack(thread, JSTaggedValue(i)); // Set Value and End in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Dweak_vector_test.cpp140 HWTEST_F_L0(WeakVectorTest, PushBack) in HWTEST_F_L0() argument
158 weakVector->PushBack(thread, JSTaggedValue::Hole()); in HWTEST_F_L0()
190 weakVector->PushBack(thread, weakValue); in HWTEST_F_L0()
/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
Dts_obj_layout_info.h73 static JSHandle<TSObjLayoutInfo> PushBack(const JSThread *thread,
Dts_type.cpp375 …JSHandle<TSObjLayoutInfo> newPropLayout = TSObjLayoutInfo::PushBack(thread, propLayout, key, value… in AddKeyAndValue()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_stack.h139 void PushBack(T *obj) in PushBack() function
Dwork_manager.h161 works_.at(threadId).weakQueue_->PushBack(weak); in PushWeakReference()