Home
last modified time | relevance | path

Searched defs:Pop (Results 1 – 25 of 37) 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/compiler/trampoline/x64/
Doptimized_call.cpp207 __ 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/
Dwork_manager-inl.h96 bool WorkNodeHolder::Pop(TaggedObject **object) in Pop() function
353 bool SharedGCWorkManager::Pop(uint32_t threadId, TaggedObject **object) in Pop() function
Dwork_manager.h115 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/pgo_profiler/
Dpgo_utils.h159 void Pop() in Pop() function
/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.cpp87 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(JSThread *thread) 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.cpp45 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_api_bitvector_test.cpp144 HWTEST_F_L0(JSAPIBitVectorTest, Pop) in HWTEST_F_L0() argument

12