Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp94 ASSERT(UNREQUIRED_SECS_LIMIT == AlignUp(UNREQUIRED_SECS_LIMIT, PageSize())); in CodeSpace()
95 unreqSecs_ = static_cast<uint8_t *>(PageMap(UNREQUIRED_SECS_LIMIT, PAGE_PROT_READWRITE).GetMem()); in CodeSpace()
110 PageUnmap(MemMap(unreqSecs_, UNREQUIRED_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.h43 static constexpr size_t UNREQUIRED_SECS_LIMIT = (1 << 28); // 256M member in panda::ecmascript::kungfu::CodeInfo::CodeSpace

Completed in 2 milliseconds