Home
last modified time | relevance | path

Searched refs:GetChunk (Results 1 – 9 of 9) sorted by relevance

/ark/js_runtime/ecmascript/
Decma_class_linker_extension.cpp72 void *ptr = vm_->GetChunk()->Allocate(coretypes::Class::GetSize(size)); in NewClass()
105 auto chunk = vm_->GetChunk(); in FreeClass()
Djs_thread.cpp47 auto chunk = EcmaVM::Cast(vm)->GetChunk(); in JSThread()
62 EcmaVM::Cast(GetVM())->GetChunk()->Delete(globalStorage_); in ~JSThread()
Decma_vm.h338 Chunk *GetChunk() const in GetChunk() function
/ark/js_runtime/ecmascript/hprof/
Dheap_profiler.h33 explicit HeapProfiler(const Heap *heap) : heap_(heap), hprofs_(heap_->GetEcmaVM()->GetChunk()) in HeapProfiler()
/ark/js_runtime/ecmascript/regexp/tests/
Ddyn_chunk_test.cpp40 chunk_ = thread->GetEcmaVM()->GetChunk(); in SetUp()
Dregexp_test.cpp42 chunk_ = thread->GetEcmaVM()->GetChunk(); in SetUp()
/ark/js_runtime/ecmascript/tooling/agent/
Dheapprofiler_impl.cpp178 addHeapSnapshotChunk.GetChunk().resize(size); in AddHeapSnapshotChunk()
180 addHeapSnapshotChunk.GetChunk()[i] = data[i]; in AddHeapSnapshotChunk()
/ark/js_runtime/ecmascript/mem/
Dheap.cpp81 derivedPointers_ = new ChunkMap<DerivedDataKey, uintptr_t>(ecmaVm_->GetChunk()); in Initialize()
/ark/js_runtime/ecmascript/tooling/base/
Dpt_events.h753 std::string &GetChunk() in GetChunk() function