Home
last modified time | relevance | path

Searched defs:Pop (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dworker_thread_local_queue.h71 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
Dsp_sc_lock_free_queue.h82 std::optional<T> Pop() in Pop() function
Dsp_mc_lock_free_queue.h312 std::optional<T> SPMCLockFreeQueue<T, QUEUE_NODE_SIZE>::Pop(size_t consumerId) in Pop() function
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dlock_free_queue.cpp49 void LockFreeQueue::Pop(FileInfo &ret) in Pop() function in ark::tooling::sampler::LockFreeQueue
/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h100 T Pop() in Pop() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h95 size_t Pop() in Pop() function
/arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h99 T Pop() in Pop() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_manager.cpp96 bool WorkManager::Pop(uint32_t threadId, TaggedObject **object) in Pop() function in panda::ecmascript::WorkManager
289 bool SharedGCWorkManager::Pop(uint32_t threadId, TaggedObject **object) in Pop() function in panda::ecmascript::SharedGCWorkManager
Dwork_manager.h118 bool Pop(WorkNode **node) in Pop() function
/arkcompiler/runtime_core/static_core/runtime/mem/
Dhumongous_obj_allocator.h273 void Pop(MemoryPoolHeader *pool) in Pop() function
Dhumongous_obj_allocator-inl.h349 void HumongousObjAllocator<AllocConfigT, LockConfigT>::MemoryPoolList::Pop(MemoryPoolHeader *pool) in Pop() function
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp216 __ Pop(rbp); in OptimizedCallAndPushArgv() local
339 __ Pop(rbp); in CallBuiltinConstructorStub() local
488 __ Pop(rbp); in GenJSCall() local
567 __ Pop(rbp); in GenJSCall() local
579 __ Pop(rbp); in GenJSCall() local
592 __ Pop(rbp); in GenJSCall() local
606 __ Pop(rbp); in GenJSCall() local
882 __ Pop(rbp); in ThrowNonCallableInternal() local
999 __ Pop(r10); in JSBoundFunctionCallInternal() local
1000 __ Pop(r9); in JSBoundFunctionCallInternal() local
[all …]
/arkcompiler/ets_runtime/ecmascript/
Dtagged_queue.h32 inline JSTaggedValue Pop(JSThread *thread) in Pop() function
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_memory_region.h193 T Pop(size_t length) in Pop() function
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_queue.cpp93 JSTaggedValue ContainersQueue::Pop(EcmaRuntimeCallInfo *argv) in Pop() function in panda::ecmascript::containers::ContainersQueue
Dcontainers_stack.cpp142 JSTaggedValue ContainersStack::Pop(EcmaRuntimeCallInfo *argv) in Pop() function in panda::ecmascript::containers::ContainersStack
Dcontainers_bitvector.cpp88 JSTaggedValue ContainersBitVector::Pop(EcmaRuntimeCallInfo* argv) in Pop() function in panda::ecmascript::containers::ContainersBitVector
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_memory_region.h196 T Pop(size_t length) in Pop() function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.cpp56 JSTaggedValue JSAPIStack::Pop() in Pop() function in panda::ecmascript::JSAPIStack
Djs_api_queue.cpp79 JSTaggedValue JSAPIQueue::Pop(JSThread *thread, const JSHandle<JSAPIQueue> &queue) in Pop() function in panda::ecmascript::JSAPIQueue
Djs_api_bitvector.cpp55 JSTaggedValue JSAPIBitVector::Pop(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector) in Pop() function in panda::ecmascript::JSAPIBitVector
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_stack_test.cpp160 HWTEST_F_L0(ContainersStackTest, Pop) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_stack_test.cpp96 HWTEST_F_L0(JSAPIStackTest, Pop) in HWTEST_F_L0() argument
Djs_stable_array_test.cpp99 HWTEST_F_L0(JSStableArrayTest, Pop) in HWTEST_F_L0() argument
Djs_api_bitvector_test.cpp138 HWTEST_F_L0(JSAPIBitVectorTest, Pop) in HWTEST_F_L0() argument

12