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

/art/libdexfile/dex/
H A Dcompact_offset_table_test.cc26 const size_t kDebugInfoMinOffset = 1234567; local
29 std::numeric_limits<uint32_t>::max() - kDebugInfoMinOffset, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
36 offset += kDebugInfoMinOffset;
44 EXPECT_GE(min_offset, kDebugInfoMinOffset);

Completed in 86 milliseconds