Searched refs:GetRegion (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_locale.h | 53 static JSTaggedValue GetRegion(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_locale.cpp | 346 JSTaggedValue BuiltinsLocale::GetRegion(EcmaRuntimeCallInfo *argv) in GetRegion() function in panda::ecmascript::builtins::BuiltinsLocale 349 BUILTINS_API_TRACE(thread, Locale, GetRegion); in GetRegion()
|
H A D | builtins.cpp | 3432 JSHandle<JSTaggedValue> regionGetter = CreateGetter(env, Locale::GetRegion, "region", FunctionLength::ZERO); in InitializeLocale()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | parallel_evacuator.cpp | 127 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 D | parallel_evacuator.h | 86 inline Region *GetRegion() const in GetRegion() function in panda::ecmascript::ParallelEvacuator::Workload
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
H A D | region_space-inl.h | 204 return GetRegion<CROSS_REGION>(object) != nullptr; in ContainObject() 210 auto *region = GetRegion<CROSS_REGION>(object); in IsLive()
|
H A D | region_allocator.h | 82 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 D | region_space.h | 549 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 D | region_allocator-inl.h | 608 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 D | region_allocator_test.cpp | 355 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 D | builtins_locale_test.cpp | 188 result = BuiltinsLocale::GetRegion(ecmaRuntimeCallInfo); in LocaleAlgorithm() 323 HWTEST_F_L0(BuiltinsLocaleTest, GetRegion) in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 523 V(Locale, GetRegion) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 676 reinterpret_cast<uintptr_t>(Locale::GetRegion),
|
Completed in 21 milliseconds