Searched refs:nativeAreaAllocator_ (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_info.h | 1015 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
|
D | pgo_profiler_info.cpp | 979 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/ |
D | ts_inline_lowering.h | 124 nativeAreaAllocator_(nativeAreaAllocator), in TSInlineLowering() 216 NativeAreaAllocator *nativeAreaAllocator_ {nullptr};
|
D | ts_inline_lowering.cpp | 207 …method, method->GetMethodId().GetOffset(), nativeAreaAllocator_, ctx_->GetPfDecoder(), passOptions… in InlineCall()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | heap.h | 256 return nativeAreaAllocator_; in GetNativeAreaAllocator() 507 return GetNativeBindingSize() + nativeAreaAllocator_->GetNativeMemoryUsage(); in GetGlobalNativeSize() 685 NativeAreaAllocator *nativeAreaAllocator_ {nullptr};
|
D | heap.cpp | 50 nativeAreaAllocator_(ecmaVm->GetNativeAreaAllocator()), in Heap() 200 nativeAreaAllocator_ = nullptr; in Destroy()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_vm.h | 205 return nativeAreaAllocator_.get(); in GetNativeAreaAllocator() 438 std::unique_ptr<NativeAreaAllocator> nativeAreaAllocator_; variable
|
D | ecma_vm.cpp | 150 nativeAreaAllocator_(std::make_unique<NativeAreaAllocator>()), in EcmaVM() 152 chunk_(nativeAreaAllocator_.get()), in EcmaVM()
|
D | js_thread.cpp | 52 jsThread->nativeAreaAllocator_ = vm->GetNativeAreaAllocator(); in Create() 116 nativeAreaAllocator_ = nullptr; in ~JSThread()
|
D | js_thread.h | 268 return nativeAreaAllocator_; in GetNativeAreaAllocator() 910 NativeAreaAllocator *nativeAreaAllocator_ {nullptr};
|