/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
D | lock_free_queue.cpp | 49 void LockFreeQueue::Pop(FileInfo &ret) in Pop() function in panda::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/libpandabase/mem/ringbuf/ |
D | lock_free_ring_buffer.h | 99 T Pop() 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/mem/ |
D | work_manager.cpp | 87 bool WorkManager::Pop(uint32_t threadId, TaggedObject **object) in Pop() function in panda::ecmascript::WorkManager
|
D | work_manager.h | 109 bool Pop(WorkNode **node) in Pop() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
D | optimized_call.cpp | 186 __ Pop(rbp); in OptimizedCallAndPushUndefined() local 243 __ Pop(rdx); in CallBuiltinTrampoline() local 386 __ Pop(rbp); in GenJSCall() local 509 __ Pop(rbp); in GenJSCall() local 566 __ Pop(rbp); in ThrowNonCallableInternal() local 680 __ Pop(r10); in JSBoundFunctionCallInternal() local 689 __ Pop(r10); in JSBoundFunctionCallInternal() local 691 __ Pop(rbp); in JSBoundFunctionCallInternal() local 1146 __ Pop(glueReg); in DeoptHandlerAsm() local
|
D | asm_interpreter_call.cpp | 867 __ Pop(rbp); in CallNativeWithArgv() local 959 __ Pop(rbp); in CallNativeInternal() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_queue.h | 32 inline JSTaggedValue Pop(JSThread *thread) in Pop() function
|
D | js_stable_array.cpp | 62 JSTaggedValue JSStableArray::Pop(JSHandle<JSArray> receiver, EcmaRuntimeCallInfo *argv) in Pop() function in panda::ecmascript::JSStableArray
|
/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 | 96 JSTaggedValue ContainersQueue::Pop(EcmaRuntimeCallInfo *argv) in Pop() function in panda::ecmascript::containers::ContainersQueue
|
D | containers_stack.cpp | 147 JSTaggedValue ContainersStack::Pop(EcmaRuntimeCallInfo *argv) in Pop() function in panda::ecmascript::containers::ContainersStack
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | bit_memory_region.h | 203 T Pop(size_t length) in Pop() function
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_stack.cpp | 57 JSTaggedValue JSAPIStack::Pop() in Pop() function in panda::ecmascript::JSAPIStack
|
D | js_api_queue.cpp | 84 JSTaggedValue JSAPIQueue::Pop(JSThread *thread, const JSHandle<JSAPIQueue> &queue) in Pop() function in panda::ecmascript::JSAPIQueue
|
/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 | 120 HWTEST_F_L0(JSAPIStackTest, Pop) in HWTEST_F_L0() argument
|
D | js_stable_array_test.cpp | 103 HWTEST_F_L0(JSStableArrayTest, Pop) in HWTEST_F_L0() argument
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
D | target.h | 178 size_t Pop() in Pop() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
D | assembler_x64.cpp | 51 void AssemblerX64::Pop(Register x) in Pop() function in panda::ecmascript::x64::AssemblerX64
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_array_stub_builder.cpp | 381 void BuiltinsArrayStubBuilder::Pop(GateRef glue, GateRef thisValue, in Pop() function in panda::ecmascript::kungfu::BuiltinsArrayStubBuilder
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
D | asm_assembler.cpp | 670 void AsmAssembler::Pop(InsnSize insnSize, Reg reg) in Pop() function in assembler::AsmAssembler
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_array.cpp | 1519 JSTaggedValue BuiltinsArray::Pop(EcmaRuntimeCallInfo *argv) in Pop() function in panda::ecmascript::builtins::BuiltinsArray
|