Home
last modified time | relevance | path

Searched refs:isReq (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp119 uint8_t *CodeInfo::CodeSpace::Alloca(uintptr_t size, bool isReq, size_t alignSize) in Alloca() argument
122 auto bufBegin = isReq ? reqSecs_ : unreqSecs_; in Alloca()
123 auto &curPos = isReq ? reqBufPos_ : unreqBufPos_; in Alloca()
124 size_t limit = isReq ? REQUIRED_SECS_LIMIT : UNREQUIRED_SECS_LIMIT; in Alloca()
Dllvm_codegen.h59 uint8_t *Alloca(uintptr_t size, bool isReq, size_t alignSize);