Home
last modified time | relevance | path

Searched refs:GetEndAddress (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
Dmem_range.h43 uintptr_t GetEndAddress() const in GetEndAddress() function
67 …< std::hex << "[ 0x" << mem_range.GetStartAddress() << " : 0x" << mem_range.GetEndAddress() << "]";
/arkcompiler/runtime_core/libpandabase/tests/
Dmem_range_test.cpp73 ASSERT_EQ(END, mem_range.GetEndAddress()); in TEST()
155 if (i == mem_range_1.GetEndAddress()) { in RandomTestInBounds()
168 if (i == mem_range_2.GetEndAddress()) { in RandomTestInBounds()
/arkcompiler/ets_runtime/ecmascript/mem/
Dallocator.h65 const uintptr_t *GetEndAddress() in GetEndAddress() function
Dlinear_space.h42 return allocator_.GetEndAddress(); in GetAllocationEndAddress()
/arkcompiler/runtime_core/compiler/tests/
Dencoders_test.cpp102 exec_module_->SetInstructions(start_addr, buffer->GetEndAddress<const char *>()); in TestPcRelativeLoad()