| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| D | worker_thread_local_queue.h | 71 std::optional<Task> Pop(size_t id) in Pop() function 80 std::optional<Task> Pop(size_t id, TaskExecutionMode mode) in Pop() function 94 std::optional<Task> Pop(size_t id, TaskProperties priority) in Pop() function
|
| D | sp_sc_lock_free_queue.h | 82 std::optional<T> Pop() in Pop() function
|
| D | sp_mc_lock_free_queue.h | 312 std::optional<T> SPMCLockFreeQueue<T, QUEUE_NODE_SIZE>::Pop(size_t consumerId) in Pop() function
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | lock_free_queue.cpp | 49 void LockFreeQueue::Pop(FileInfo &ret) in Pop() function in ark::tooling::sampler::LockFreeQueue
|
| /arkcompiler/runtime_core/libpandabase/mem/ringbuf/ |
| D | lock_free_ring_buffer.h | 100 T Pop() in Pop() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 95 size_t Pop() in Pop() function
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/ |
| D | lock_free_ring_buffer.h | 99 T Pop() in Pop() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 207 __ Pop(rbp); in OptimizedCallAndPushArgv() local 330 __ Pop(rbp); in CallBuiltinConstructorStub() local 479 __ Pop(rbp); in GenJSCall() local 558 __ Pop(rbp); in GenJSCall() local 570 __ Pop(rbp); in GenJSCall() local 583 __ Pop(rbp); in GenJSCall() local 597 __ Pop(rbp); in GenJSCall() local 862 __ Pop(rbp); in ThrowNonCallableInternal() local 979 __ Pop(r10); in JSBoundFunctionCallInternal() local 980 __ Pop(r9); in JSBoundFunctionCallInternal() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | work_manager-inl.h | 96 bool WorkNodeHolder::Pop(TaggedObject **object) in Pop() function 353 bool SharedGCWorkManager::Pop(uint32_t threadId, TaggedObject **object) in Pop() function
|
| D | work_manager.h | 115 bool Pop(WorkNode **node) in Pop() function
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | humongous_obj_allocator.h | 273 void Pop(MemoryPoolHeader *pool) in Pop() function
|
| D | humongous_obj_allocator-inl.h | 349 void HumongousObjAllocator<AllocConfigT, LockConfigT>::MemoryPoolList::Pop(MemoryPoolHeader *pool) in Pop() function
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_utils.h | 159 void Pop() in Pop() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_queue.h | 32 inline JSTaggedValue Pop(JSThread *thread) in Pop() function
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_memory_region.h | 193 T Pop(size_t length) in Pop() function
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_queue.cpp | 93 JSTaggedValue ContainersQueue::Pop(EcmaRuntimeCallInfo *argv) in Pop() function in panda::ecmascript::containers::ContainersQueue
|
| D | containers_stack.cpp | 142 JSTaggedValue ContainersStack::Pop(EcmaRuntimeCallInfo *argv) in Pop() function in panda::ecmascript::containers::ContainersStack
|
| D | containers_bitvector.cpp | 87 JSTaggedValue ContainersBitVector::Pop(EcmaRuntimeCallInfo* argv) in Pop() function in panda::ecmascript::containers::ContainersBitVector
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | bit_memory_region.h | 196 T Pop(size_t length) in Pop() function
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_stack.cpp | 56 JSTaggedValue JSAPIStack::Pop(JSThread *thread) in Pop() function in panda::ecmascript::JSAPIStack
|
| D | js_api_queue.cpp | 79 JSTaggedValue JSAPIQueue::Pop(JSThread *thread, const JSHandle<JSAPIQueue> &queue) in Pop() function in panda::ecmascript::JSAPIQueue
|
| D | js_api_bitvector.cpp | 45 JSTaggedValue JSAPIBitVector::Pop(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector) in Pop() function in panda::ecmascript::JSAPIBitVector
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_stack_test.cpp | 160 HWTEST_F_L0(ContainersStackTest, Pop) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_stack_test.cpp | 96 HWTEST_F_L0(JSAPIStackTest, Pop) in HWTEST_F_L0() argument
|
| D | js_api_bitvector_test.cpp | 144 HWTEST_F_L0(JSAPIBitVectorTest, Pop) in HWTEST_F_L0() argument
|