Home
last modified time | relevance | path

Searched defs:nativeAreaAllocator (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_inline_lowering.h46 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string &name, NativeAreaAllocator *nativeAreaAllocator, PassOptions *options, uint32_t methodOffset, CallMethodFlagMap *callMethodFlagMap) TSInlineLowering() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp113 NativeAreaAllocator *nativeAreaAllocator = heap_->GetNativeAreaAllocator(); in PrintGCMemoryStatistic() local
673 NativeAreaAllocator *nativeAreaAllocator = sHeap_->GetNativeAreaAllocator(); in PrintGCMemoryStatistic() local
H A Dheap.cpp187 void SharedHeap::Initialize(NativeAreaAllocator *nativeAreaAllocator, HeapRegionAllocator *heapRegionAllocator, in Initialize() argument
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.cpp231 auto nativeAreaAllocator = thread_->GetEcmaVM()->GetNativeAreaAllocator(); in ResetNativePointerBuffer() local
318 auto nativeAreaAllocator = thread_->GetEcmaVM()->GetNativeAreaAllocator(); in ReadSingleEncodeData() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp258 NativeAreaAllocator *nativeAreaAllocator = sHeap_->GetNativeAreaAllocator(); in NewJSSendableArrayBufferData() local

Completed in 17 milliseconds