Searched refs:GetChunk (Results 1 – 9 of 9) sorted by relevance
72 void *ptr = vm_->GetChunk()->Allocate(coretypes::Class::GetSize(size)); in NewClass()105 auto chunk = vm_->GetChunk(); in FreeClass()
47 auto chunk = EcmaVM::Cast(vm)->GetChunk(); in JSThread()62 EcmaVM::Cast(GetVM())->GetChunk()->Delete(globalStorage_); in ~JSThread()
338 Chunk *GetChunk() const in GetChunk() function
33 explicit HeapProfiler(const Heap *heap) : heap_(heap), hprofs_(heap_->GetEcmaVM()->GetChunk()) in HeapProfiler()
40 chunk_ = thread->GetEcmaVM()->GetChunk(); in SetUp()
42 chunk_ = thread->GetEcmaVM()->GetChunk(); in SetUp()
178 addHeapSnapshotChunk.GetChunk().resize(size); in AddHeapSnapshotChunk()180 addHeapSnapshotChunk.GetChunk()[i] = data[i]; in AddHeapSnapshotChunk()
81 derivedPointers_ = new ChunkMap<DerivedDataKey, uintptr_t>(ecmaVm_->GetChunk()); in Initialize()
753 std::string &GetChunk() in GetChunk() function