Home
last modified time | relevance | path

Searched refs:GetRegion (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_locale.h53 static JSTaggedValue GetRegion(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_locale.cpp346 JSTaggedValue BuiltinsLocale::GetRegion(EcmaRuntimeCallInfo *argv) in GetRegion() function in panda::ecmascript::builtins::BuiltinsLocale
349 BUILTINS_API_TRACE(thread, Locale, GetRegion); in GetRegion()
H A Dbuiltins.cpp3432 JSHandle<JSTaggedValue> regionGetter = CreateGetter(env, Locale::GetRegion, "region", FunctionLength::ZERO); in InitializeLocale()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_evacuator.cpp127 EvacuateRegion(allocator, region->GetRegion(), arrayTrackInfoSet); in EvacuateSpace()
712 GetEvacuator()->UpdateRSet<true>(GetRegion()); in Process()
714 GetEvacuator()->UpdateRSet<false>(GetRegion()); in Process()
721 GetEvacuator()->UpdateNewToEdenRSetReference(GetRegion()); in Process()
729 GetEvacuator()->UpdateNewRegionReference<TriggerGCType::YOUNG_GC>(GetRegion()); in Process()
731 GetEvacuator()->UpdateNewRegionReference<TriggerGCType::OLD_GC>(GetRegion()); in Process()
739 GetEvacuator()->UpdateAndSweepNewRegionReference<TriggerGCType::YOUNG_GC>(GetRegion()); in Process()
741 GetEvacuator()->UpdateAndSweepNewRegionReference<TriggerGCType::OLD_GC>(GetRegion()); in Process()
H A Dparallel_evacuator.h86 inline Region *GetRegion() const in GetRegion() function in panda::ecmascript::ParallelEvacuator::Workload
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dregion_space-inl.h204 return GetRegion<CROSS_REGION>(object) != nullptr; in ContainObject()
210 auto *region = GetRegion<CROSS_REGION>(object); in IsLive()
H A Dregion_allocator.h82 Region *GetRegion(const ObjectHeader *object) const in GetRegion() function in ark::mem::RegionAllocatorBase
84 return regionSpace_.GetRegion(object); in GetRegion()
576 ASSERT(this->GetRegion(object)->GetLiveBitmap() != nullptr); in IsLive()
577 return this->GetRegion(object)->GetLiveBitmap()->AtomicTest(const_cast<ObjectHeader *>(object)); in IsLive()
H A Dregion_space.h549 Region *GetRegion(const void *addr) const in GetRegion() function in ark::mem::RegionPool
655 Region *GetRegion(const ObjectHeader *object) const in GetRegion() function in ark::mem::RegionSpace
657 auto *region = regionPool_->GetRegion<CROSS_REGION>(object); in GetRegion()
H A Dregion_allocator-inl.h608 auto liveBitmap = this->GetRegion(reinterpret_cast<ObjectHeader *>(mem))->GetLiveBitmap(); in Alloc()
617 this->GetRegion(reinterpret_cast<ObjectHeader *>(mem))->GetLiveBitmap()->AtomicTestAndClear(mem); in Free()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dregion_allocator_test.cpp355 auto *region1 = allocator.GetRegion(obj1); in TEST_F()
357 auto *region2 = allocator.GetRegion(obj2); in TEST_F()
368 auto *region3 = allocator.GetRegion(obj3); in TEST_F()
378 auto *region4 = allocator.GetRegion(obj4); in TEST_F()
384 auto *region5 = allocator.GetRegion(obj5); in TEST_F()
396 auto *region = allocator.GetRegion(obj1); in TEST_F()
401 ASSERT_EQ(allocator.GetRegion(object), region); in TEST_F()
473 Region *region = allocator.GetRegion(static_cast<ObjectHeader *>(mem)); in TEST_F()
528 Region *region = allocator.GetRegion(static_cast<ObjectHeader *>(mem)); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_locale_test.cpp188 result = BuiltinsLocale::GetRegion(ecmaRuntimeCallInfo); in LocaleAlgorithm()
323 HWTEST_F_L0(BuiltinsLocaleTest, GetRegion) in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h523 V(Locale, GetRegion) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp676 reinterpret_cast<uintptr_t>(Locale::GetRegion),

Completed in 21 milliseconds