Home
last modified time | relevance | path

Searched defs:BlockInfo (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/block/read/
H A DBlockInfo.java30 public final class BlockInfo { class
45 public BlockInfo(int id, int type, long blockStartByteOffset, long blockSizeBytes, in BlockInfo() method in BlockInfo
/aosp12/art/compiler/optimizing/
H A Dssa_liveness_analysis.h37 BlockInfo(ScopedArenaAllocator* allocator, const HBasicBlock& block, size_t number_of_ssa_values) in BlockInfo() function