/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | gc_ring_buffer_test.cpp | 27 * @tc.name: Push 34 HWTEST_F_L0(GCRingBufferTest, Push) in HWTEST_F_L0() 40 gcBuffer.Push(i); in HWTEST_F_L0() 62 gcBuffer.Push(i); in HWTEST_F_L0() 67 gcBuffer.Push(1); in HWTEST_F_L0() 88 gcBuffer.Push(i); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | mem_controller.cpp | 116 recordedIdleNewSpaceAllocations_.Push(MakeBytesAndDuration( in StartCalculationBeforeGC() 119 recordedIdleOldSpaceAllocations_.Push(MakeBytesAndDuration( in StartCalculationBeforeGC() 143 recordedIdleNewSpaceAllocations_.Push(MakeBytesAndDuration(newSpaceAllocSizeSinceIdle, duration)); in RecordAllocationForIdle() 144 recordedIdleOldSpaceAllocations_.Push(MakeBytesAndDuration(oldSpaceAllocSizeSinceIdle, duration)); in RecordAllocationForIdle() 167 recordedEdenSpaceAllocations_.Push(MakeBytesAndDuration(edenSpaceAllocSizeSinceGC_, allocDurationSinceGc_)); in StopCalculationAfterGC() 168 recordedNewSpaceAllocations_.Push(MakeBytesAndDuration(newSpaceAllocSizeSinceGC_, allocDurationSinceGc_)); in StopCalculationAfterGC() 169 recordedOldSpaceAllocations_.Push(MakeBytesAndDuration(oldSpaceAllocSizeSinceGC_, allocDurationSinceGc_)); in StopCalculationAfterGC() 170 recordedNonmovableSpaceAllocations_.Push( in StopCalculationAfterGC() 172 recordedCodeSpaceAllocations_.Push(MakeBytesAndDuration(codeSpaceAllocSizeSinceGC_, allocDurationSinceGc_)); in StopCalculationAfterGC() 191 recordedMarkCompacts_.Push(MakeBytesAndDuratio in StopCalculationAfterGC() [all...] |
H A D | barriers.cpp | 39 heap->GetWorkManager()->Push(MAIN_THREAD_INDEX, heapValue); in UpdateWithoutEden() 70 heap->GetWorkManager()->Push(MAIN_THREAD_INDEX, heapValue); in Update()
|
H A D | shared_mem_controller.cpp | 29 recordedSharedSpaceAllocations_.Push(std::make_pair(currentSize - sharedSpaceAllocSizeSinceIdle_, in RecordAllocationForIdle()
|
H A D | work_manager.cpp | 75 bool WorkManager::Push(uint32_t threadId, TaggedObject *object) in Push() function in panda::ecmascript::WorkManager 89 workStack_.Push(inNode); in PushWorkNodeToGlobal() 243 bool SharedGCWorkManager::Push(uint32_t threadId, TaggedObject *object) in Push() function in panda::ecmascript::SharedGCWorkManager 272 workStack_.Push(inNode); in PushWorkNodeToGlobal() 284 workStack_.Push(node); in PushLocalBufferToGlobal()
|
H A D | mem_controller.h | 129 recordedSurvivalRates_.Push(rate); in AddSurvivalRate() 149 recordedEdenSurvivalRates_.Push(rate); in AddEdenSurvivalRate()
|
/arkcompiler/toolchain/tooling/base/ |
H A D | pt_json.h | 60 // Push back to array 61 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;
|
H A D | pt_returns.cpp | 27 array->Push(protocols_[i].c_str()); in ToJson() 40 array->Push(protocols_[i].c_str()); in ToJson() 57 array->Push(location); in ToJson() 73 array->Push(location); in ToJson() 103 array->Push(location); in ToJson() 131 array->Push(location); in ToJson() 147 array->Push(res); in ToJson() 184 array->Push(location); in ToJson() 208 array->Push(location); in ToJson() 217 array->Push(locatio in ToJson() [all...] |
H A D | pt_json.cpp | 147 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(cons function in panda::ecmascript::tooling::PtJson [all...] |
H A D | pt_events.cpp | 41 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/tests/ |
H A D | js_api_bitvector_test.cpp | 111 * @tc.name: Push 116 HWTEST_F_L0(JSAPIBitVectorTest, Push) in HWTEST_F_L0() 122 JSAPIBitVector::Push(thread, bitVector, value); in HWTEST_F_L0() 144 JSAPIBitVector::Push(thread, bitVector, value); in HWTEST_F_L0() 166 JSAPIBitVector::Push(thread, bitVector, value); in HWTEST_F_L0() 188 JSAPIBitVector::Push(thread, bitVector, value); in HWTEST_F_L0() 208 JSAPIBitVector::Push(thread, bitVector, value); in HWTEST_F_L0() 229 JSAPIBitVector::Push(thread, bitVector, value); in HWTEST_F_L0() 249 JSAPIBitVector::Push(thread, bitVector, value); in HWTEST_F_L0() 279 JSAPIBitVector::Push(threa in HWTEST_F_L0() [all...] |
H A D | js_tagged_queue_test.cpp | 48 TaggedQueue::Push(thread, queue, JSHandle<JSTaggedValue>(thread, JSTaggedValue(0)))); in HWTEST_F_L0() 55 TaggedQueue::Push(thread, queue2, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)))); in HWTEST_F_L0() 62 TaggedQueue::Push(thread, queue3, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)))); in HWTEST_F_L0() 69 TaggedQueue::Push(thread, queue4, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)))); in HWTEST_F_L0()
|
H A D | js_api_stack_test.cpp | 53 JSTaggedValue result = JSAPIStack::Push(thread, toor, value); in SearchAndEmptyCommon() 87 JSTaggedValue result = JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0() 111 JSTaggedValue result = JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0() 171 JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0() 200 JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0() 238 JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0() 269 JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0() 289 JSAPIStack::Push(thread, toor, value); in HWTEST_F_L0()
|
H A D | js_api_stack_iterator_test.cpp | 54 JSAPIStack::Push(thread, jsStack, value); in HWTEST_F_L0() 138 JSAPIStack::Push(thread, jsStack1, value); in HWTEST_F_L0() 144 JSAPIStack::Push(thread, jsStack2, value); in HWTEST_F_L0() 179 JSAPIStack::Push(thread, jsStack, value); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/libpandabase/tests/ringbuf/ |
H A D | lock_free_ring_buffer_test.cpp | 36 buffer.Push(123); in TEST() 46 buffer.Push(i); in TEST() 60 buffer.Push(i); in TEST() 112 buffer.Push(i); in TEST()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ringbuf/ |
H A D | lock_free_ring_buffer_test.cpp | 37 buffer.Push(123); in TEST() 47 buffer.Push(i); in TEST() 62 buffer.Push(i); in TEST() 116 buffer.Push(i); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
H A D | containers_bitvector_test.cpp | 87 void Push(JSHandle<JSAPIBitVector> bitVector) in Push() function in panda::test::ContainersBitVectorTest 97 ContainersBitVector::Push(callInfo); in Push() 105 ContainersBitVector::Push(callInfo); in Push() 173 JSTaggedValue result = ContainersBitVector::Push(callInfo); in HWTEST_F_L0() 197 JSTaggedValue result = ContainersBitVector::Push(callInfo); in HWTEST_F_L0() 229 JSTaggedValue result = ContainersBitVector::Push(callInfo); in HWTEST_F_L0() 264 JSTaggedValue result = ContainersBitVector::Push(callInfo); in HWTEST_F_L0() 295 Push(bitVector); in HWTEST_F_L0() 322 JSTaggedValue result = ContainersBitVector::Push(callInfo); in HWTEST_F_L0() 365 JSTaggedValue result = ContainersBitVector::Push(callInf in HWTEST_F_L0() [all...] |
H A D | containers_stack_test.cpp | 153 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/toolchain/tooling/test/ |
H A D | pt_json_test.cpp | 142 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()
|
H A D | pt_params_test.cpp | 109 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/runtime_core/static_core/libpandabase/taskmanager/utils/ |
H A D | worker_thread_local_queue.h | 62 void Push(Task &&task) in Push() function in ark::taskmanager::internal::WorkerThreadLocalQueue 66 perPropertiesQueue_.at(properties).Push(std::move(task)); in Push()
|
/arkcompiler/ets_runtime/ecmascript/jobs/ |
H A D | micro_job_queue.cpp | 48 TaggedQueue *newPromiseQueue = TaggedQueue::Push(thread, promiseQueue, JSHandle<JSTaggedValue>(pendingJob)); in EnqueueJob() 53 TaggedQueue *newScriptQueue = TaggedQueue::Push(thread, scriptQueue, JSHandle<JSTaggedValue>(pendingJob)); in EnqueueJob()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_stack.h | 28 static JSTaggedValue Push(EcmaRuntimeCallInfo *argv);
|
H A D | containers_bitvector.h | 26 static JSTaggedValue Push(EcmaRuntimeCallInfo* argv);
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | gc_ring_buffer.h | 35 void Push(const T &value) in Push() function in panda::ecmascript::base::GCRingBuffer
|