Home
last modified time | relevance | path

Searched refs:IN_YOUNG_SPACE (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dregion.h42 IN_YOUNG_SPACE = 0x08, enumerator
73 case RegionSpaceFlag::IN_YOUNG_SPACE: in ToSpaceTypeName()
251 return packedData_.flags_.spaceFlag_ == RegionSpaceFlag::IN_YOUNG_SPACE; in InYoungSpace()
297 return (space == RegionSpaceFlag::IN_YOUNG_SPACE || in InHeapSpace()
Dspace-inl.h77 flags = RegionSpaceFlag::IN_YOUNG_SPACE; in GetRegionFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp140 …GateRef array = builder_.HeapAlloc(size, GateType::TaggedValue(), RegionSpaceFlag::IN_YOUNG_SPACE); in NewJSArrayLiteral()
162 …ments = builder_.HeapAlloc(elementsSize, GateType::TaggedValue(), RegionSpaceFlag::IN_YOUNG_SPACE); in NewTaggedArray()
Dnew_object_stub_builder.cpp313 case RegionSpaceFlag::IN_YOUNG_SPACE: in HeapAlloc()
519 NewJSArrayLiteral(&result, &exit, RegionSpaceFlag::IN_YOUNG_SPACE, emptyArray, hclass, true); in CreateEmptyArray()
550 NewJSArrayLiteral(&result, &exit, RegionSpaceFlag::IN_YOUNG_SPACE, obj, hclass, false); in CreateArrayWithBuffer()
Dlcr_lowering.cpp566 case RegionSpaceFlag::IN_YOUNG_SPACE: in LowerHeapAllocate()
Dstub_builder-inl.h2121 Int32(RegionSpaceFlag::VALID_SPACE_MASK)), Int32(RegionSpaceFlag::IN_YOUNG_SPACE)); in InYoungGeneration()
2124 Int64(RegionSpaceFlag::VALID_SPACE_MASK)), Int64(RegionSpaceFlag::IN_YOUNG_SPACE)); in InYoungGeneration()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp103 auto array = builder.HeapAlloc(arg0, GateType::AnyType(), RegionSpaceFlag::IN_YOUNG_SPACE); in HWTEST_F_L0()