Searched refs:PushBack (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | weak_vector.cpp | 66 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
|
D | weak_vector.h | 46 uint32_t PushBack(const JSThread *thread, JSTaggedValue value);
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | regAllocator.cpp | 38 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()
|
D | regAllocator.h | 59 PushBack(label); in AddLabel() 119 void PushBack(IRNode *ins);
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | proto_change_details.cpp | 26 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/ |
D | proto_change_details_test.cpp | 145 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/ |
D | weak_vector_test.cpp | 140 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/ |
D | ts_obj_layout_info.cpp | 71 JSHandle<TSObjLayoutInfo> TSObjLayoutInfo::PushBack(const JSThread *thread, in PushBack() function in panda::ecmascript::TSObjLayoutInfo
|
D | ts_obj_layout_info.h | 73 static JSHandle<TSObjLayoutInfo> PushBack(const JSThread *thread,
|
D | ts_type.cpp | 375 …JSHandle<TSObjLayoutInfo> newPropLayout = TSObjLayoutInfo::PushBack(thread, propLayout, key, value… in AddKeyAndValue()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | mark_stack.h | 139 void PushBack(T *obj) in PushBack() function
|
D | work_manager.h | 161 works_.at(threadId).weakQueue_->PushBack(weak); in PushWeakReference()
|