Home
last modified time | relevance | path

Searched refs:Begin (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A DcatchTable.h46 return try_.Begin(); in TryBegin()
56 return catch_.Begin(); in CatchBegin()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A DcatchTable.h46 return try_.Begin(); in TryBegin()
56 return catch_.Begin(); in CatchBegin()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DlabelPair.h28 Label *Begin() const in Begin() function in ark::es2panda::compiler::LabelPair
H A DdynamicContext.cpp245 etsg->SetLabel(tryStmt_, labelPair.Begin()); in EmitFinalizerInsertion()
H A DETSCompiler.cpp1656 etsg->SetLabel(st, tryLabelPair.Begin()); in Compile()
1673 auto trycatchLabelPair = compiler::LabelPair(tryLabelPair.Begin(), statementEnd); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DlabelPair.h27 Label *Begin() const in Begin() function in panda::es2panda::compiler::LabelPair
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dregion_space-inl.h104 auto curPtr = Begin(); in IterateOverObjects()
147 ASAN_POISON_MEMORY_REGION(ToVoidPtr(region->Begin()), region->End() - region->Begin()); in FreeRegion()
H A Dregion_space.cpp103 ASSERT(Begin() != 0); in CreateTLAB()
104 ASSERT(Top() == Begin()); in CreateTLAB()
407 ASAN_POISON_MEMORY_REGION(ToVoidPtr(region->Begin()), region->End() - region->Begin()); in NewRegion()
H A Dregion_space.h77 uintptr_t Begin() const in Begin() function in ark::mem::Region
275 return reinterpret_cast<ObjectHeader *>(Begin()); in GetLargeObject()
409 out << std::hex << "[0x" << std::setw(POINTER_PRINT_WIDTH) << std::setfill('0') << region.Begin() << "-0x" in DumpRegionRange()
H A Dregion_allocator-inl.h83 AllocConfigT::OnInitYoungRegion({region->Begin(), region->End()}); in CreateAndSetUpNewRegion()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dcard_handler.h91 region->GetLiveBitmap()->CallForMarkedChunkInHumongousRegion<true>(ToVoidPtr(region->Begin()), remsetBuilder); in Handle()
H A Dg1-evacuate-regions-worker-state-inl.h205 bitmap->CallForMarkedChunkInHumongousRegion<false>(ToVoidPtr(region->Begin()), wrapper); in IterateRefsInMemRange()
H A Dg1-allocator.cpp431 GetYoungRanges().emplace_back(r->Begin(), r->End()); in UpdateSpaceData()
H A Dg1-gc.cpp275 bitmap->CallForMarkedChunkInHumongousRegion<false>(ToVoidPtr(region->Begin()), visitor); in IterateOverRefsInMemRange()
1414 [&memRanges](const Region *region) { memRanges.emplace_back(region->Begin(), region->End()); }); in CollectVerificationInfo()
1429 aliveMemRange.emplace_back(region->Begin(), region->End()); in VerifyCollectAndMove()
2375 cardTable->MarkCardsAsYoung(MemRange(region->Begin(), region->End())); in RestoreYoungCards()
/arkcompiler/ets_runtime/ecmascript/
H A Dbuiltin_entries.h95 uintptr_t Begin() in Begin() function
H A Djs_thread.cpp359 Root::ROOT_VM, ObjectSlot(glueData_.builtinEntries_.Begin()), ObjectSlot(glueData_.builtinEntries_.End())); in Iterate()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp391 static ClassIdxIterator Begin(const File &file, const Span<const uint32_t> &span) in Begin() function in ark::panda_file::ClassIdxIterator
591 auto it = std::lower_bound(ClassIdxIterator::Begin(*this, classIdx), ClassIdxIterator::End(*this, classIdx), in GetClassId()
/arkcompiler/runtime_core/libpandafile/
H A Dfile.cpp450 static ClassIdxIterator Begin(const File &file, const Span<const uint32_t> &span) in Begin() function in panda::panda_file::ClassIdxIterator
727 auto it = std::lower_bound(ClassIdxIterator::Begin(*this, class_idx), ClassIdxIterator::End(*this, class_idx), in GetClassId()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dregion_allocator_test.cpp360 ASSERT_EQ(region1->Top() - region1->Begin(), 3U * DEFAULT_ALIGNMENT_IN_BYTES); in TEST_F()
H A Dg1gc_test.cpp1332 if (region->Begin() <= ToUintPtr(nonmovableObj) && ToUintPtr(nonmovableObj) < region->End()) { in TEST_F()

Completed in 24 milliseconds