Searched refs:IN_YOUNG_SPACE (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | region.h | 42 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()
|
D | space-inl.h | 77 flags = RegionSpaceFlag::IN_YOUNG_SPACE; in GetRegionFlag()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ntype_mcr_lowering.cpp | 140 …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()
|
D | new_object_stub_builder.cpp | 313 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()
|
D | lcr_lowering.cpp | 566 case RegionSpaceFlag::IN_YOUNG_SPACE: in LowerHeapAllocate()
|
D | stub_builder-inl.h | 2121 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/ |
D | lowering_relate_gate_test.cpp | 103 auto array = builder.HeapAlloc(arg0, GateType::AnyType(), RegionSpaceFlag::IN_YOUNG_SPACE); in HWTEST_F_L0()
|