Home
last modified time | relevance | path

Searched refs:REQUIRED_SECS_LIMIT (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp89 ASSERT(REQUIRED_SECS_LIMIT == AlignUp(REQUIRED_SECS_LIMIT, PageSize())); in CodeSpace()
90 reqSecs_ = static_cast<uint8_t *>(PageMap(REQUIRED_SECS_LIMIT, PAGE_PROT_READWRITE).GetMem()); in CodeSpace()
106 PageUnmap(MemMap(reqSecs_, REQUIRED_SECS_LIMIT)); in ~CodeSpace()
120 size_t limit = isReq ? REQUIRED_SECS_LIMIT : UNREQUIRED_SECS_LIMIT; in Alloca()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcode_generator.h42 static constexpr size_t REQUIRED_SECS_LIMIT = (1 << 29); // 512M member in panda::ecmascript::kungfu::CodeInfo::CodeSpace

Completed in 3 milliseconds