Searched refs:SECTION_LIMIT (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | code_generator.h | 62 static constexpr size_t SECTION_LIMIT = (1 << 29); // 512M
member in panda::ecmascript::kungfu::CodeInfo::CodeSpaceOnDemand |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ | ||
H A D | llvm_codegen.cpp | 139 if (alignedSize > SECTION_LIMIT) { in Alloca() |
Completed in 3 milliseconds