Home
last modified time | relevance | path

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

12

/arkcompiler/toolchain/tooling/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/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-inl.h70 bool WorkNodeHolder::Push(TaggedObject *object) in Push() function
303 bool SharedGCWorkManager::Push(uint32_t threadId, TaggedObject *object) in Push() function
Dwork_manager.h105 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
50 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.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.cpp66 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
1412 __ Push(glueRegister); in DeoptEnterAsmInterpOrBaseline() local
1414 __ Push(callTargetRegister); in DeoptEnterAsmInterpOrBaseline() local
1416 __ Push(newSpRegister); in DeoptEnterAsmInterpOrBaseline() local
1479 __ Push(glueReg); in DeoptHandlerAsm() local
Dasm_interpreter_call.cpp834 __ Push(numArgs); in CallNativeWithArgv() local
841 __ Push(thisValue); in CallNativeWithArgv() local
940 __ Push(function); in CallNativeEntry() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_bitvector_test.cpp122 HWTEST_F_L0(JSAPIBitVectorTest, Push) in HWTEST_F_L0() argument
Djs_stable_array_test.cpp77 HWTEST_F_L0(JSStableArrayTest, 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.cpp547 size_t Push(GateRegion *region, size_t depth) in Push() function in panda::ecmascript::kungfu::LoopInfoBuilder

12