Home
last modified time | relevance | path

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

12

/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp147 bool PtJson::Push(bool value) const in Push() function in panda::ecmascript::tooling::PtJson
163 bool PtJson::Push(int32_t value) const in Push() function in panda::ecmascript::tooling::PtJson
168 bool PtJson::Push(int64_t value) const in Push() function in panda::ecmascript::tooling::PtJson
173 bool PtJson::Push(uint32_t value) const in Push() function in panda::ecmascript::tooling::PtJson
178 bool PtJson::Push(double value) const in Push() function in panda::ecmascript::tooling::PtJson
194 bool PtJson::Push(const char *value) const in Push() function in panda::ecmascript::tooling::PtJson
210 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/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_env.h41 void Push(JSTaggedType objectAddr, uint32_t index) 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.h63 void Push(const T val) in Push() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_manager.cpp73 bool WorkManager::Push(uint32_t threadId, TaggedObject *object) in Push() function in panda::ecmascript::WorkManager
241 bool SharedGCWorkManager::Push(uint32_t threadId, TaggedObject *object) in Push() function in panda::ecmascript::SharedGCWorkManager
Dwork_manager.h108 void Push(WorkNode *node) in Push() function
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dworker_thread_local_queue.h62 void Push(Task &&task) in Push() function
Dsp_sc_lock_free_queue.h61 void Push(T &&val) in Push() function
Dsp_mc_lock_free_queue.h283 void SPMCLockFreeQueue<T, QUEUE_NODE_SIZE>::Push(T &&val) in Push() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_queue.h48 static TaggedQueue *Push(const JSThread *thread, const JSHandle<TaggedQueue> &queue, in Push() function
Djs_stable_array.cpp29 JSTaggedValue JSStableArray::Push(JSHandle<JSSharedArray> receiver, EcmaRuntimeCallInfo *argv) in Push() function in panda::ecmascript::JSStableArray
51 JSTaggedValue JSStableArray::Push(JSHandle<JSArray> receiver, EcmaRuntimeCallInfo *argv) in Push() function in panda::ecmascript::JSStableArray
/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.cpp34 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.cpp282 __ Push(rdx); in CallBuiltinTrampoline() local
331 __ Push(temp); in CallBuiltinConstructorStub() local
335 __ Push(argv); in CallBuiltinConstructorStub() local
1434 __ Push(glueReg); in DeoptHandlerAsm() local
Dasm_interpreter_call.cpp844 __ Push(numArgs); in CallNativeWithArgv() local
851 __ Push(thisValue); in CallNativeWithArgv() local
939 __ Push(function); in CallNativeEntry() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_stable_array_test.cpp66 HWTEST_F_L0(JSStableArrayTest, Push) in HWTEST_F_L0() argument
Djs_api_bitvector_test.cpp116 HWTEST_F_L0(JSAPIBitVectorTest, Push) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp39 void AssemblerX64::Push(Register x) in Push() function in panda::ecmascript::x64::AssemblerX64
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.cpp549 size_t Push(GateRegion *region, size_t depth) in Push() function in panda::ecmascript::kungfu::LoopInfoBuilder

12