Home
last modified time | relevance | path

Searched refs:nativeAreaAllocator_ (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h1015 chunk_ = std::make_unique<Chunk>(&nativeAreaAllocator_); in PGORecordDetailInfos()
1027 nativeAreaAllocator_.Delete(iter.second); in Clear()
1030 chunk_ = std::make_unique<Chunk>(&nativeAreaAllocator_); in Clear()
1063 NativeAreaAllocator nativeAreaAllocator_; variable
1073 chunk_ = std::make_unique<Chunk>(&nativeAreaAllocator_); in PGORecordSimpleInfos()
1085 nativeAreaAllocator_.Delete(iter.second); in Clear()
1088 chunk_ = std::make_unique<Chunk>(&nativeAreaAllocator_); in Clear()
1110 PGOMethodIdSet *methodIds = nativeAreaAllocator_.New<PGOMethodIdSet>(chunk_.get()); in Update()
1114 nativeAreaAllocator_.Delete(methodIds); in Update()
1175 NativeAreaAllocator nativeAreaAllocator_; variable
Dpgo_profiler_info.cpp979 auto curMethodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); in GetMethodInfoMap()
1059 toMethodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); in Merge()
1085 PGOMethodInfoMap *methodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); in ParseFromBinary()
1140 …if (!ProcessToBinaryForLayout(const_cast<NativeAreaAllocator *>(&nativeAreaAllocator_), task, file… in ProcessToBinary()
1211 methodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); in ParseFromText()
1263 PGOMethodIdSet *methodIds = nativeAreaAllocator_.New<PGOMethodIdSet>(chunk_.get()); in ParseFromBinary()
1283 PGOMethodIdSet *methodIds = nativeAreaAllocator_.New<PGOMethodIdSet>(chunk_.get()); in Merge()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.h124 nativeAreaAllocator_(nativeAreaAllocator), in TSInlineLowering()
216 NativeAreaAllocator *nativeAreaAllocator_ {nullptr};
Dts_inline_lowering.cpp207 …method, method->GetMethodId().GetOffset(), nativeAreaAllocator_, ctx_->GetPfDecoder(), passOptions… in InlineCall()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h256 return nativeAreaAllocator_; in GetNativeAreaAllocator()
507 return GetNativeBindingSize() + nativeAreaAllocator_->GetNativeMemoryUsage(); in GetGlobalNativeSize()
685 NativeAreaAllocator *nativeAreaAllocator_ {nullptr};
Dheap.cpp50 nativeAreaAllocator_(ecmaVm->GetNativeAreaAllocator()), in Heap()
200 nativeAreaAllocator_ = nullptr; in Destroy()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h205 return nativeAreaAllocator_.get(); in GetNativeAreaAllocator()
438 std::unique_ptr<NativeAreaAllocator> nativeAreaAllocator_; variable
Decma_vm.cpp150 nativeAreaAllocator_(std::make_unique<NativeAreaAllocator>()), in EcmaVM()
152 chunk_(nativeAreaAllocator_.get()), in EcmaVM()
Djs_thread.cpp52 jsThread->nativeAreaAllocator_ = vm->GetNativeAreaAllocator(); in Create()
116 nativeAreaAllocator_ = nullptr; in ~JSThread()
Djs_thread.h268 return nativeAreaAllocator_; in GetNativeAreaAllocator()
910 NativeAreaAllocator *nativeAreaAllocator_ {nullptr};