HomeSort by relevance Sort by last modified time
    Searched refs:map_start (Results 1 - 9 of 9) sorted by null

  /bionic/linker/
linker_mapped_file_fragment.cpp 61 uint8_t* map_start = static_cast<uint8_t*>( local
64 if (map_start == MAP_FAILED) {
68 map_start_ = map_start;
71 data_ = map_start + page_offset(offset);
  /external/libchrome/base/files/
memory_mapped_file_posix.cc 28 off_t map_start = 0; local
64 map_start = static_cast<off_t>(aligned_start);
91 file_.GetPlatformFile(), map_start));
  /system/core/libunwindstack/tests/
UnwinderTest.cpp 165 EXPECT_EQ(0x1000U, frame->map_start);
179 EXPECT_EQ(0x1000U, frame->map_start);
193 EXPECT_EQ(0x1000U, frame->map_start);
226 EXPECT_EQ(0x1000U, frame->map_start);
240 EXPECT_EQ(0x1000U, frame->map_start);
254 EXPECT_EQ(0x1000U, frame->map_start);
282 EXPECT_EQ(0xa5000U, frame->map_start);
310 EXPECT_EQ(0xa7000U, frame->map_start);
338 EXPECT_EQ(0x43000U, frame->map_start);
373 EXPECT_EQ(0x1000U, frame->map_start);
    [all...]
  /system/core/libunwindstack/
Unwinder.cpp 59 frame->map_start = info->start;
101 frame->map_start = map_info->start;
273 if (frame.map_start == frame.map_end) {
279 data += android::base::StringPrintf(" <anonymous:%" PRIx64 ">", frame.map_start);
  /system/core/libunwindstack/tools/
unwind_for_offline.cpp 232 if (maps_by_start.count(frame.map_start) == 0) {
233 auto info = &maps_by_start[frame.map_start];
234 info->start = frame.map_start;
  /system/core/libunwindstack/include/unwindstack/
Unwinder.h 52 uint64_t map_start = 0; member in struct:unwindstack::FrameData
  /art/dexlayout/
dexdiag.cc 269 uint64_t map_start,
279 << StringPrintf("%" PRIx64 " > dex start %" PRIx64 "\n", map_start, dex_file_start)
289 map_start + start_page * kPageSize,
290 map_start + end_page * kPageSize)
  /system/core/libbacktrace/
UnwindStack.cpp 121 back_frame->map.start = frame->map_start;
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator.cc 699 size_t map_start = fbb->StartMap(); local
729 fbb->EndMap(map_start);
    [all...]

Completed in 424 milliseconds