/ark/js_runtime/ecmascript/tests/ |
D | js_tagged_queue_test.cpp | 99 EXPECT_EQ(queue5->Pop(thread), JSTaggedValue(0)); in HWTEST_F_L0() 103 EXPECT_EQ(queue5->Pop(thread), JSTaggedValue(1)); in HWTEST_F_L0() 107 EXPECT_EQ(queue5->Pop(thread), JSTaggedValue(2)); in HWTEST_F_L0() 111 EXPECT_EQ(queue5->Pop(thread), JSTaggedValue(3)); in HWTEST_F_L0()
|
/ark/js_runtime/ecmascript/mem/ |
D | parallel_work_helper.cpp | 83 bool WorkerHelper::Pop(uint32_t threadId, TaggedObject **object) in Pop() function in panda::ecmascript::WorkerHelper 87 if (!popNode->Pop(reinterpret_cast<uintptr_t *>(object))) { in Pop() 95 return popNode->Pop(reinterpret_cast<uintptr_t *>(object)); in Pop() 102 return globalWork_.Pop(&workList_[threadId].popNode_); in PopWorkNodeFromGlobal()
|
D | parallel_work_helper.h | 64 bool Pop(uintptr_t *obj) in Pop() function 115 bool Pop(WorkNode **node) in Pop() function 153 bool Pop(uint32_t threadId, TaggedObject **object);
|
D | parallel_marker.cpp | 81 if (!worklist->Pop(threadId, &obj)) { in ProcessMarkStack() 119 if (!worklist->Pop(threadId, &obj)) { in ProcessMarkStack() 147 if (!worklist->Pop(threadId, &obj)) { in ProcessMarkStack()
|
/ark/runtime_core/runtime/mem/ |
D | humongous_obj_allocator.h | 236 void Pop(MemoryPoolHeader *pool); 274 void Pop(MemoryPoolHeader *pool) in Pop() function 279 MemoryPoolList::Pop(pool); in Pop()
|
D | humongous_obj_allocator-inl.h | 73 reserved_pools_list_.Pop(mem_header); in Alloc() 80 free_pools_list_.Pop(mem_header); in Alloc() 123 occupied_pools_list_.Pop(mem_header); in FreeUnsafe() 348 void HumongousObjAllocator<AllocConfigT, LockConfigT>::MemoryPoolList::Pop(MemoryPoolHeader *pool) in Pop() function 410 this->Pop(current_pool); in IterateAndPopOverPools() 449 MemoryPoolList::Pop(smallest_pool); in TryToInsert()
|
/ark/js_runtime/ecmascript/ |
D | js_stable_array.h | 28 static JSTaggedValue Pop(JSHandle<JSArray> receiver, EcmaRuntimeCallInfo *argv);
|
D | tagged_queue-inl.h | 33 inline JSTaggedValue TaggedQueue::Pop(JSThread *thread) in Pop() function
|
D | tagged_queue.h | 32 JSTaggedValue Pop(JSThread *thread);
|
D | js_promise.cpp | 174 reaction.Update(reactions->Pop(thread)); in TriggerPromiseReactions()
|
D | js_for_in_iterator.cpp | 229 JSTaggedValue r = remaining->Pop(thread); in NextInternal()
|
D | js_stable_array.cpp | 49 JSTaggedValue JSStableArray::Pop(JSHandle<JSArray> receiver, EcmaRuntimeCallInfo *argv) in Pop() function in panda::ecmascript::JSStableArray
|
D | runtime_call_id.h | 249 V(Array, Pop) \
|
D | builtins.cpp | 1653 SetFunction(env, arrFuncPrototype, "pop", BuiltinsArray::Pop, FunctionLength::ZERO); in InitializeArray()
|
/ark/js_runtime/ecmascript/jobs/ |
D | micro_job_queue.cpp | 92 pendingJob.Update(promiseQueue->Pop(thread)); in ExecutePendingJob() 131 pendingJob.Update(scriptQueue->Pop(thread)); in ExecutePendingJob()
|
/ark/js_runtime/ecmascript/builtins/ |
D | builtins_array.h | 68 static JSTaggedValue Pop(EcmaRuntimeCallInfo *argv);
|
D | builtins_array.cpp | 1401 JSTaggedValue BuiltinsArray::Pop(EcmaRuntimeCallInfo *argv) in Pop() function in panda::ecmascript::builtins::BuiltinsArray 1404 BUILTINS_API_TRACE(argv->GetThread(), Array, Pop); in Pop() 1411 return JSStableArray::Pop(JSHandle<JSArray>::Cast(thisHandle), argv); in Pop()
|
/ark/runtime_core/libpandabase/utils/ |
D | bit_memory_region.h | 194 T Pop(size_t length) in Pop() function
|
/ark/js_runtime/ecmascript/builtins/tests/ |
D | builtins_array_test.cpp | 959 HWTEST_F_L0(BuiltinsArrayTest, Pop) in HWTEST_F_L0() argument 972 JSTaggedValue result = Array::Pop(ecmaRuntimeCallInfo1.get()); in HWTEST_F_L0() 992 result = Array::Pop(ecmaRuntimeCallInfo2.get()); in HWTEST_F_L0()
|
/ark/js_runtime/ecmascript/compiler/llvm/ |
D | llvm_new.patch | 805 // Pop EBP.
|
/ark/js_runtime/ecmascript/snapshot/mem/ |
D | snapshot_serialize.cpp | 323 reinterpret_cast<uintptr_t>(BuiltinsArray::Pop),
|