Home
last modified time | relevance | path

Searched refs:Push (Results 1 – 25 of 85) sorted by relevance

1234

/arkcompiler/toolchain/tooling/base/
Dpt_json.h61 bool Push(bool value) const;
62 bool Push(int32_t value) const;
63 bool Push(int64_t value) const;
64 bool Push(uint32_t value) const;
65 bool Push(double value) const;
66 bool Push(const char *value) const;
67 bool Push(const std::unique_ptr<PtJson> &value) const;
Dpt_returns.cpp38 array->Push(location); in ToJson()
54 array->Push(location); in ToJson()
84 array->Push(location); in ToJson()
112 array->Push(location); in ToJson()
128 array->Push(res); in ToJson()
165 array->Push(location); in ToJson()
189 array->Push(location); in ToJson()
198 array->Push(location); in ToJson()
208 array->Push(location); in ToJson()
322 array->Push(scriptCoverage); in ToJson()
[all …]
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
165 return Push(static_cast<double>(value)); in Push()
168 bool PtJson::Push(int64_t value) const in Push() function in panda::ecmascript::tooling::PtJson
170 return Push(static_cast<double>(value)); in Push()
173 bool PtJson::Push(uint32_t value) const in Push() function in panda::ecmascript::tooling::PtJson
175 return Push(static_cast<double>(value)); in Push()
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
Dpt_events.cpp41 array->Push(callFrames_[i]->ToJson()); in ToJson()
53 breakpoints->Push(hitBreakpoints_.value()[i].c_str()); in ToJson()
97 nativePointerArray->Push(reinterpret_cast<int64_t>(nativePointer_[i])); in ToJson()
105 callFrameArray->Push(callFrames_[i]->ToJson()); in ToJson()
263 array->Push(res); in ToJson()
281 array->Push(statsUpdate_[i]); in ToJson()
385 traceEvents->Push(TraceEventToJson(traceEvent)); in ToJson()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dgc_ring_buffer_test.cpp58 HWTEST_F_L0(GCRingBufferTest, Push) in HWTEST_F_L0() argument
64 gcBuffer.Push(i); in HWTEST_F_L0()
86 gcBuffer.Push(i); in HWTEST_F_L0()
91 gcBuffer.Push(1); in HWTEST_F_L0()
112 gcBuffer.Push(i); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp124 …recordedNewSpaceAllocations_.Push(MakeBytesAndDuration(newSpaceAllocSizeSinceGC_, allocDurationSin… in StopCalculationAfterGC()
125 …recordedOldSpaceAllocations_.Push(MakeBytesAndDuration(oldSpaceAllocSizeSinceGC_, allocDurationSin… in StopCalculationAfterGC()
126 recordedNonmovableSpaceAllocations_.Push( in StopCalculationAfterGC()
128 …recordedCodeSpaceAllocations_.Push(MakeBytesAndDuration(codeSpaceAllocSizeSinceGC_, allocDurationS… in StopCalculationAfterGC()
146 … recordedMarkCompacts_.Push(MakeBytesAndDuration(heap_->GetHeapObjectSize(), duration)); in StopCalculationAfterGC()
151 recordedMarkCompacts_.Push(MakeBytesAndDuration(heap_->GetHeapObjectSize(), duration)); in StopCalculationAfterGC()
163 recordedConcurrentMarks_.Push(MakeBytesAndDuration(marker->GetHeapObjectSize(), duration)); in RecordAfterConcurrentMark()
165 … recordedSemiConcurrentMarks_.Push(MakeBytesAndDuration(marker->GetHeapObjectSize(), duration)); in RecordAfterConcurrentMark()
Dbarriers.cpp39 heap->GetWorkManager()->Push(MAIN_THREAD_INDEX, heapValue, valueRegion); in Update()
51 heap->GetWorkManager()->Push(MAIN_THREAD_INDEX, object, valueRegion); in MarkAndPushForDeserialize()
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
65 if (Push(threadId, object)) { in Push()
78 workStack_.Push(inNode); in PushWorkNodeToGlobal()
Dwork_manager.h99 void Push(WorkNode *node) in Push() function
145 bool Push(uint32_t threadId, TaggedObject *object);
146 bool Push(uint32_t threadId, TaggedObject *object, Region *region);
/arkcompiler/runtime_core/static_core/libpandabase/tests/ringbuf/
Dlock_free_ring_buffer_test.cpp37 buffer.Push(123); in TEST()
47 buffer.Push(i); in TEST()
62 buffer.Push(i); in TEST()
116 buffer.Push(i); in TEST()
/arkcompiler/runtime_core/libpandabase/tests/ringbuf/
Dlock_free_ring_buffer_test.cpp36 buffer.Push(123); in TEST()
46 buffer.Push(i); in TEST()
60 buffer.Push(i); in TEST()
112 buffer.Push(i); in TEST()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_tagged_queue_test.cpp72 … TaggedQueue::Push(thread, queue, JSHandle<JSTaggedValue>(thread, JSTaggedValue(0)))); in HWTEST_F_L0()
79 … TaggedQueue::Push(thread, queue2, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)))); in HWTEST_F_L0()
86 … TaggedQueue::Push(thread, queue3, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)))); in HWTEST_F_L0()
93 … TaggedQueue::Push(thread, queue4, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)))); in HWTEST_F_L0()
Djs_api_stack_test.cpp111 JSTaggedValue result = JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0()
135 JSTaggedValue result = JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0()
162 JSTaggedValue result = JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0()
193 JSTaggedValue result = JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0()
214 JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0()
243 JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0()
275 JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0()
306 JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0()
326 JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0()
Djs_api_stack_iterator_test.cpp99 JSAPIStack::Push(thread, jsStack, value); in HWTEST_F_L0()
183 JSAPIStack::Push(thread, jsStack1, value); in HWTEST_F_L0()
189 JSAPIStack::Push(thread, jsStack2, value); in HWTEST_F_L0()
224 JSAPIStack::Push(thread, jsStack, value); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/test/
Dpt_json_test.cpp142 arr->Push(100); in HWTEST_F_L0()
241 bool result = ptJson.Push(ptr); in HWTEST_F_L0()
244 result = ptJson.Push(cPtr); in HWTEST_F_L0()
247 result = ptJson.Push(value); in HWTEST_F_L0()
250 result = ptJson.Push(value1); in HWTEST_F_L0()
253 result = ptJson.Push(std::move(ptr1)); in HWTEST_F_L0()
256 result = ptJson.Push(std::move(ptr2)); in HWTEST_F_L0()
260 result = ptJson.Push(std::move(ptr3)); in HWTEST_F_L0()
Dpt_params_test.cpp109 array->Push(128); in HWTEST_F_L0()
110 array->Push(true); in HWTEST_F_L0()
111 array->Push(attribute.c_str()); in HWTEST_F_L0()
127 array->Push(scriptId); in HWTEST_F_L0()
128 array->Push(end); in HWTEST_F_L0()
146 array->Push(scriptId); in HWTEST_F_L0()
147 array->Push(end); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_stack_test.cpp153 JSTaggedValue result = ContainersStack::Push(callInfo); in HWTEST_F_L0()
171 ContainersStack::Push(callInfo); in HWTEST_F_L0()
200 ContainersStack::Push(callInfo); in HWTEST_F_L0()
235 ContainersStack::Push(callInfo); in HWTEST_F_L0()
253 ContainersStack::Push(callInfo); in HWTEST_F_L0()
287 ContainersStack::Push(callInfo); in HWTEST_F_L0()
300 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersStack, Push); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jobs/
Dmicro_job_queue.cpp51 …TaggedQueue *newPromiseQueue = TaggedQueue::Push(thread, promiseQueue, JSHandle<JSTaggedValue>(pen… in EnqueueJob()
56 …TaggedQueue *newScriptQueue = TaggedQueue::Push(thread, scriptQueue, JSHandle<JSTaggedValue>(pendi… in EnqueueJob()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_stack.h28 static JSTaggedValue Push(EcmaRuntimeCallInfo *argv);
Dcontainers_stack.cpp76 JSTaggedValue ContainersStack::Push(EcmaRuntimeCallInfo *argv) in Push() function in panda::ecmascript::containers::ContainersStack
79 BUILTINS_API_TRACE(argv->GetThread(), Stack, Push); in Push()
95 JSTaggedValue jsValue = JSAPIStack::Push(thread, JSHandle<JSAPIStack>::Cast(self), value); in Push()
/arkcompiler/ets_runtime/ecmascript/base/
Dgc_ring_buffer.h35 void Push(const T &value) in Push() function
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dlock_free_queue.h46 void Push(const FileInfo &data);
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp136 GetMasm()->Push(vixl::aarch32::RegisterList(savedRegistersMask)); in PushRegs()
260 GetMasm()->Push(RegisterList(vixl::aarch32::r11, vixl::aarch32::lr)); in GeneratePrologue()
277 GetMasm()->Push(RegisterList(GetCalleeRegsMask(Arch::AARCH32, false).GetValue())); in GeneratePrologue()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap_iterator.cpp135 queue.Update(JSTaggedValue(TaggedQueue::Push(thread, queue, left))); in GetCurrentNode()
139 queue.Update(JSTaggedValue(TaggedQueue::Push(thread, queue, right))); in GetCurrentNode()
Djs_api_hashset_iterator.cpp129 queue.Update(JSTaggedValue(TaggedQueue::Push(thread, queue, left))); in GetCurrentNode()
133 queue.Update(JSTaggedValue(TaggedQueue::Push(thread, queue, right))); in GetCurrentNode()

1234