Home
last modified time | relevance | path

Searched refs:PushBack (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregAllocator.cpp29 void AllocatorBase::PushBack(IRNode *const ins) const in PushBack() function in ark::es2panda::compiler::AllocatorBase
67 PushBack(label); in AddLabel()
116 PushBack(mov); in Spill()
121 PushBack(mov); in Spill()
137 PushBack(mov); in Restore()
158 PushBack(ins); in Run()
192 PushBack(ins); in Run()
195 PushBack(mov); in Run()
221 PushBack(ins); in Run()
246 PushBack(in in Run()
[all...]
H A DregAllocator.h38 void PushBack(IRNode *ins) const;
51 return PushBack(Alloc<T>(node, std::forward<Args>(args)...)); in Add()
/arkcompiler/ets_runtime/ecmascript/
H A Dweak_vector.cpp72 vec->PushBack(thread, storeVal); in Append()
84 vec->PushBack(thread, storeVal); in FillOrAppend()
105 [[maybe_unused]] uint32_t index = newVec->PushBack(thread, storeVal); in AppendToFullVec()
147 uint32_t WeakVector::PushBack(const JSThread *thread, JSTaggedValue value) in PushBack() function in WeakVector
H A Dweak_vector.h47 uint32_t PushBack(const JSThread *thread, JSTaggedValue value);
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregAllocator.cpp38 void RegAllocator::PushBack(IRNode *ins) in PushBack() function in panda::es2panda::compiler::RegAllocator
81 return PushBack(ins); in Run()
91 PushBack(ins); in Run()
107 PushBack(ins); in Run()
H A DregAllocator.h60 PushBack(label); in AddLabel()
114 void PushBack(IRNode *ins);
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dproto_change_details.cpp24 uint32_t arrayIndex = array->PushBack(thread, weakValue); in Add()
47 uint32_t arrayIndex = newArray->PushBack(thread, weakValue); in Add()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A 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/
H A Dweak_vector_test.cpp110 * @tc.name: PushBack
116 HWTEST_F_L0(WeakVectorTest, PushBack) in HWTEST_F_L0()
134 weakVector->PushBack(thread, JSTaggedValue::Hole()); in HWTEST_F_L0()
166 weakVector->PushBack(thread, weakValue); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_waiters_list.h50 void PushBack(Node *node) in PushBack() function in ark::ets::EtsWaitersList
H A Dets_sync_primitives.h80 // Need to lock event before PushBack in SuspendCoroutine()
83 GetWaitersList(coro)->PushBack(awaitee); in SuspendCoroutine()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dwork_manager.h203 works_.at(threadId).weakQueue_->PushBack(weak); in PushWeakReference()
301 works_.at(threadId).weakQueue_->PushBack(weak); in PushWeakReference()
H A Dmark_stack.h137 void PushBack(T *obj) in PushBack() function in panda::ecmascript::ContinuousStack
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dthread.h143 void PushBack(LockedObjectInfo data) in PushBack() function in ark::LockedObjectList
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp347 dumpWorkList_.PushBack(workNode); in PGODump()
356 dumpWorkList_.PushBack(workNode); in PGODump()
512 preDumpWorkList_.PushBack(workNode); in PGOPreDump()
521 preDumpWorkList_.PushBack(workNode); in PGOPreDump()
2025 void PGOProfiler::WorkList::PushBack(WorkNode *node) in PushBack() function in panda::ecmascript::pgo::PGOProfiler::WorkList
2028 LOG_ECMA(FATAL) << "PGOProfiler::WorkList::PushBack:node is nullptr"; in PushBack()
H A Dpgo_profiler.h328 void PushBack(WorkNode *node);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h614 void PushBack(MIRConst *elem)

Completed in 17 milliseconds