Home
last modified time | relevance | path

Searched refs:GetChunk (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp117 entryIdMap_ = GetChunk()->New<EntryIdMap>(); in HeapProfiler()
124 GetChunk()->Delete(entryIdMap_); in ~HeapProfiler()
199 GetChunk()->Delete(snapshot); in DoDump()
203 GetChunk()->Delete(snapshot); in DoDump()
381 auto *snapshot = new HeapSnapshot(vm_, GetEcmaStringTable(), dumpOption, traceAllocation, entryIdMap_, GetChunk()); in GenerateHeapSnapshot()
604 auto *snapshotPtr = GetChunk()->New<HeapSnapshot>(vm_, GetEcmaStringTable(), op, false, entryIdMap_, GetChunk()); in BinaryDump()
630 GetChunk()->Delete(snapshotPtr); in BinaryDump()
637 EntryIdMap* newEntryIdMap = GetChunk()->New<EntryIdMap>(); in FillIdMap()
668 GetChunk() in FillIdMap()
[all...]
H A Dheap_profiler.h161 Chunk *GetChunk() const in GetChunk() function in panda::ecmascript::HeapProfiler
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_first_test.cpp296 heapProfiler.GetEntryIdMap(), instance->GetChunk()); in HWTEST_F_L0()
312 heapProfiler.GetEntryIdMap(), instance->GetChunk()); in HWTEST_F_L0()
H A Dheap_tracker_third_test.cpp207 heapProfiler.GetEntryIdMap(), instance->GetChunk()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
H A Ddyn_chunk_test.cpp40 chunk_ = thread->GetEcmaVM()->GetChunk();
H A Dregexp_test.cpp42 chunk_ = thread->GetEcmaVM()->GetChunk();
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcombined_pass_visitor.h106 Chunk *GetChunk() const in GetChunk() function in panda::ecmascript::kungfu::CombinedPassVisitor
/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.cpp255 addHeapSnapshotChunk.GetChunk().resize(size); in AddHeapSnapshotChunk()
257 addHeapSnapshotChunk.GetChunk()[i] = data[i]; in AddHeapSnapshotChunk()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp109 auto chunk = vm->GetChunk(); in JSThread()
155 GetEcmaVM()->GetChunk()->Delete(globalStorage_); in ~JSThread()
159 GetEcmaVM()->GetChunk()->Delete(globalDebugStorage_); in ~JSThread()
H A Decma_context.cpp141 runtimeStat_ = vm_->GetChunk()->New<EcmaRuntimeStat>(runtimeCallerNames, ecmascript::RUNTIME_CALLER_NUMBER); in InitializeEcmaScriptRunStat()
223 vm_->GetChunk()->Delete(runtimeStat_); in ~EcmaContext()
H A Decma_vm.h268 Chunk *GetChunk() const in GetChunk() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
H A Dassembler_aarch64_test.cpp50 chunk_ = thread->GetEcmaVM()->GetChunk();
H A Dassembler_x64_test.cpp55 chunk_ = thread->GetEcmaVM()->GetChunk();
/arkcompiler/toolchain/tooling/base/
H A Dpt_events.h851 std::string &GetChunk() in GetChunk() function in panda::ecmascript::tooling::final

Completed in 18 milliseconds