Home
last modified time | relevance | path

Searched refs:AllocateSpace (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmark_stack.h108 currentArea_ = NativeAreaAllocator::AllocateSpace(DEFAULT_MARK_STACK_SIZE); in BeginMarking()
156 auto area = NativeAreaAllocator::AllocateSpace(DEFAULT_MARK_STACK_SIZE); in Extend()
H A Dnative_area_allocator.h191 static inline Area *AllocateSpace(size_t capacity) in AllocateSpace() function in panda::ecmascript::NativeAreaAllocator
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit.cpp63 uint8_t *Circuit::AllocateSpace(size_t gateSize) in AllocateSpace() function in panda::ecmascript::kungfu::Circuit
76 return reinterpret_cast<Gate *>(AllocateSpace(Gate::GetGateSize(numIns)) + Gate::GetOutListSize(numIns)); in AllocateGateSpace()
H A Dcircuit.h299 uint8_t *AllocateSpace(size_t gateSize);

Completed in 3 milliseconds