Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dcodegen_util.cc555 size_t entries, uint32_t max_native_offset, in NativePcToReferenceMapBuilder() argument
561 while (max_native_offset != 0) { in NativePcToReferenceMapBuilder()
563 max_native_offset >>= 8; in NativePcToReferenceMapBuilder()
632 uint32_t max_native_offset = 0; in CreateNativeGcMap() local
635 if (native_offset > max_native_offset) { in CreateNativeGcMap()
636 max_native_offset = native_offset; in CreateNativeGcMap()
644 mapping_table.size() / 2, max_native_offset, in CreateNativeGcMap()