Searched refs:GetChunk (Results 1 - 14 of 14) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
H A D | heap_profiler.cpp | 117 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 D | heap_profiler.h | 161 Chunk *GetChunk() const in GetChunk() function in panda::ecmascript::HeapProfiler
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
H A D | heap_tracker_first_test.cpp | 296 heapProfiler.GetEntryIdMap(), instance->GetChunk());
in HWTEST_F_L0() 312 heapProfiler.GetEntryIdMap(), instance->GetChunk());
in HWTEST_F_L0()
|
H A D | heap_tracker_third_test.cpp | 207 heapProfiler.GetEntryIdMap(), instance->GetChunk()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/regexp/tests/ |
H A D | dyn_chunk_test.cpp | 40 chunk_ = thread->GetEcmaVM()->GetChunk();
|
H A D | regexp_test.cpp | 42 chunk_ = thread->GetEcmaVM()->GetChunk();
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | combined_pass_visitor.h | 106 Chunk *GetChunk() const in GetChunk() function in panda::ecmascript::kungfu::CombinedPassVisitor
|
/arkcompiler/toolchain/tooling/agent/ |
H A D | heapprofiler_impl.cpp | 255 addHeapSnapshotChunk.GetChunk().resize(size); in AddHeapSnapshotChunk() 257 addHeapSnapshotChunk.GetChunk()[i] = data[i]; in AddHeapSnapshotChunk()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_thread.cpp | 109 auto chunk = vm->GetChunk(); in JSThread() 155 GetEcmaVM()->GetChunk()->Delete(globalStorage_); in ~JSThread() 159 GetEcmaVM()->GetChunk()->Delete(globalDebugStorage_); in ~JSThread()
|
H A D | ecma_context.cpp | 141 runtimeStat_ = vm_->GetChunk()->New<EcmaRuntimeStat>(runtimeCallerNames, ecmascript::RUNTIME_CALLER_NUMBER); in InitializeEcmaScriptRunStat() 223 vm_->GetChunk()->Delete(runtimeStat_); in ~EcmaContext()
|
H A D | ecma_vm.h | 268 Chunk *GetChunk() const in GetChunk() function in panda::ecmascript::EcmaVM
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
H A D | assembler_aarch64_test.cpp | 50 chunk_ = thread->GetEcmaVM()->GetChunk();
|
H A D | assembler_x64_test.cpp | 55 chunk_ = thread->GetEcmaVM()->GetChunk();
|
/arkcompiler/toolchain/tooling/base/ |
H A D | pt_events.h | 851 std::string &GetChunk() in GetChunk() function in panda::ecmascript::tooling::final
|
Completed in 18 milliseconds