Home
last modified time | relevance | path

Searched defs:isExpand (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.cpp566 uintptr_t SharedLocalSpace::Allocate(size_t size, bool isExpand) in Allocate()
/arkcompiler/ets_runtime/ecmascript/mem/
Dsparse_space.cpp707 uintptr_t LocalSpace::Allocate(size_t size, bool isExpand) in Allocate()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2796 bool isExpand = tsize > fsize; in SelectCvtInt2Int() local