Home
last modified time | relevance | path

Searched defs:GetAllocBuffer (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/common_interfaces/thread/
Dthread_holder.h123 void* GetAllocBuffer() const in GetAllocBuffer() function
/arkcompiler/ets_runtime/common_components/mutator/
Dthread_local.h52 static AllocationBuffer* GetAllocBuffer() { return GetThreadLocalData()->buffer; } in GetAllocBuffer() function
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.cpp368 AllocationBuffer* AllocationBuffer::GetAllocBuffer() { return ThreadLocal::GetAllocBuffer(); } in GetAllocBuffer() function in common::AllocationBuffer
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h1094 uintptr_t GetAllocBuffer() const in GetAllocBuffer() function