Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp142 bool PtJson::Push(bool value) const in Push() function in panda::ecmascript::tooling::PtJson
158 bool PtJson::Push(int32_t value) const in Push() function in panda::ecmascript::tooling::PtJson
163 bool PtJson::Push(int64_t value) const in Push() function in panda::ecmascript::tooling::PtJson
168 bool PtJson::Push(double value) const in Push() function in panda::ecmascript::tooling::PtJson
184 bool PtJson::Push(const char *value) const in Push() function in panda::ecmascript::tooling::PtJson
200 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/runtime/tooling/inspector/tests/
Dtest_event_loop.h45 … void Push(const websocketpp::connection<TestConfig>::ptr &connection, std::vector<char> &&buffer) in Push() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_manager.cpp53 bool WorkManager::Push(uint32_t threadId, TaggedObject *object) in Push() function in panda::ecmascript::WorkManager
63 bool WorkManager::Push(uint32_t threadId, TaggedObject *object, Region *region) in Push() function in panda::ecmascript::WorkManager
Dwork_manager.h106 void Push(WorkNode *node) in Push() function
/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h64 void Push(const T val) in Push() function
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dgc_ring_buffer_test.cpp58 HWTEST_F_L0(GCRingBufferTest, Push) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Dtagged_queue.h48 static TaggedQueue *Push(const JSThread *thread, const JSHandle<TaggedQueue> &queue, in Push() function
Djs_stable_array.cpp34 JSTaggedValue JSStableArray::Push(JSHandle<JSArray> receiver, EcmaRuntimeCallInfo *argv) in Push() function in panda::ecmascript::JSStableArray
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.cpp33 JSTaggedValue JSAPIStack::Push(JSThread *thread, const JSHandle<JSAPIStack> &stack, in Push() function in panda::ecmascript::JSAPIStack
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_stack.cpp76 JSTaggedValue ContainersStack::Push(EcmaRuntimeCallInfo *argv) in Push() function in panda::ecmascript::containers::ContainersStack
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_stable_array_test.cpp57 HWTEST_F_L0(JSStableArrayTest, Push) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp779 __ Push(numArgs); in CallNativeWithArgv() local
786 __ Push(thisValue); in CallNativeWithArgv() local
853 __ Push(function); in CallNativeEntry() local
Doptimized_call.cpp1456 __ Push(glueReg); in DeoptHandlerAsm() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp39 void AssemblerX64::Push(Register x) in Push() function in panda::ecmascript::x64::AssemblerX64
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencode.h270 virtual void Push([[maybe_unused]] Reg src, [[maybe_unused]] MemRef mem) in Push() function
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_array_test.cpp1137 HWTEST_F_L0(BuiltinsArrayTest, Push) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp1542 JSTaggedValue BuiltinsArray::Push(EcmaRuntimeCallInfo *argv) in Push() function in panda::ecmascript::builtins::BuiltinsArray