Home
last modified time | relevance | path

Searched defs:Push (Results 1 – 25 of 42) sorted by relevance

12

/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_json.cpp153 bool PtJson::Push(bool value) const in Push() function in panda::ecmascript::tooling::PtJson
169 bool PtJson::Push(int32_t value) const in Push() function in panda::ecmascript::tooling::PtJson
174 bool PtJson::Push(int64_t value) const in Push() function in panda::ecmascript::tooling::PtJson
179 bool PtJson::Push(uint32_t value) const in Push() function in panda::ecmascript::tooling::PtJson
184 bool PtJson::Push(double value) const in Push() function in panda::ecmascript::tooling::PtJson
200 bool PtJson::Push(const char *value) const in Push() function in panda::ecmascript::tooling::PtJson
216 bool PtJson::Push(const std::unique_ptr<PtJson> &value) const in Push() function in panda::ecmascript::tooling::PtJson
/arkcompiler/ets_runtime/ecmascript/base/
Dgc_ring_buffer.h35 void Push(const T &value) in Push() function
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dtwo_lock_queue.h27 void Push(T &&val) in Push() function
Dsp_sc_lock_free_queue.h69 void Push(T &&val) in Push() function
Dsp_mc_lock_free_queue.h287 void SPMCLockFreeQueue<T, QUEUE_NODE_SIZE>::Push(T &&val) in Push() function
/arkcompiler/ets_runtime/common_components/heap/barrier/
Dbarrier.h61 void Push(RefField<>* ref) in Push() function
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_env.h42 void Push(JSTaggedType objectAddr, uint32_t index) in Push() function
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dpriority_queue.cpp34 void PriorityQueue::Push(Coroutine *coro, CoroutinePriority priority) in Push() function in ark::PriorityQueue
/arkcompiler/ets_runtime/common_components/mutator/
Dsatb_buffer.h49 void Push(const BaseObject* obj) in Push() function
100 void Push(T* n) in Push() function
147 void Push(T* n) in Push() function
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dlocal_deque.h68 void Push(ValType v) in Push() function
119 void Push(Type v) in Push() function
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dlock_free_queue.cpp20 void LockFreeQueue::Push(const FileInfo &data) in Push() function in ark::tooling::sampler::LockFreeQueue
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dgc_ring_buffer_test.cpp34 HWTEST_F_L0(GCRingBufferTest, Push) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h64 void Push(const T val) in Push() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_finalizable_weak_ref_list.h28 void Push(EtsCoroutine *coro, Node *weakRef) in Push() function
/arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h68 void Push(const T val) in Push() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_manager-inl.h82 bool WorkNodeHolder::Push(TaggedObject *object) in Push() function
333 bool SharedGCWorkManager::Push(uint32_t threadId, TaggedObject *object) in Push() function
Dwork_manager.h107 void Push(WorkNode *node) in Push() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_queue.h49 static TaggedQueue *Push(const JSThread *thread, const JSHandle<TaggedQueue> &queue, in Push() function
/arkcompiler/ets_runtime/common_components/heap/collector/
Dtask_queue.h167 void Push(const Type& task) in Push() function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.cpp32 JSTaggedValue JSAPIStack::Push(JSThread *thread, const JSHandle<JSAPIStack> &stack, in Push() function in panda::ecmascript::JSAPIStack
Djs_api_bitvector.cpp24 bool JSAPIBitVector::Push( in Push() function in panda::ecmascript::JSAPIBitVector
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_stack.cpp71 JSTaggedValue ContainersStack::Push(EcmaRuntimeCallInfo *argv) in Push() function in panda::ecmascript::containers::ContainersStack
Dcontainers_bitvector.cpp67 JSTaggedValue ContainersBitVector::Push(EcmaRuntimeCallInfo* argv) in Push() function in panda::ecmascript::containers::ContainersBitVector
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp273 __ Push(rdx); in CallBuiltinTrampoline() local
322 __ Push(temp); in CallBuiltinConstructorStub() local
326 __ Push(argv); in CallBuiltinConstructorStub() local
1431 __ Push(glueRegister); in DeoptEnterAsmInterpOrBaseline() local
1433 __ Push(callTargetRegister); in DeoptEnterAsmInterpOrBaseline() local
1435 __ Push(newSpRegister); in DeoptEnterAsmInterpOrBaseline() local
1533 __ Push(glueReg); in DeoptHandlerAsm() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/sts_vm_interface_impl_tests/
Dsts_vm_interface_impl_tests.cpp62 void Push(size_t val) in Push() function in ark::ets::interop::js::testing::BarrierTests::ThreadSafeQueue

12