/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | regAllocator.cpp | 29 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 D | regAllocator.h | 38 void PushBack(IRNode *ins) const; 51 return PushBack(Alloc<T>(node, std::forward<Args>(args)...)); in Add()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | weak_vector.cpp | 72 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 D | weak_vector.h | 47 uint32_t PushBack(const JSThread *thread, JSTaggedValue value);
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | regAllocator.cpp | 38 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 D | regAllocator.h | 60 PushBack(label); in AddLabel() 114 void PushBack(IRNode *ins);
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | proto_change_details.cpp | 24 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 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/ |
H A D | weak_vector_test.cpp | 110 * @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 D | ets_waiters_list.h | 50 void PushBack(Node *node) in PushBack() function in ark::ets::EtsWaitersList
|
H A D | ets_sync_primitives.h | 80 // Need to lock event before PushBack in SuspendCoroutine() 83 GetWaitersList(coro)->PushBack(awaitee); in SuspendCoroutine()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | work_manager.h | 203 works_.at(threadId).weakQueue_->PushBack(weak); in PushWeakReference() 301 works_.at(threadId).weakQueue_->PushBack(weak); in PushWeakReference()
|
H A D | mark_stack.h | 137 void PushBack(T *obj) in PushBack() function in panda::ecmascript::ContinuousStack
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | thread.h | 143 void PushBack(LockedObjectInfo data) in PushBack() function in ark::LockedObjectList
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler.cpp | 347 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 D | pgo_profiler.h | 328 void PushBack(WorkNode *node);
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_const.h | 614 void PushBack(MIRConst *elem)
|