Home
last modified time | relevance | path

Searched defs:native_offset (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Dgc_map_builder.h50 void AddEntry(uint32_t native_offset, const uint8_t* references) { in AddEntry()
62 size_t TableIndex(uint32_t native_offset) { in TableIndex()
67 uint32_t native_offset = 0; in GetCodeOffset() local
75 void SetCodeOffset(size_t table_index, uint32_t native_offset) { in SetCodeOffset()
/art/runtime/
Dgc_map.h78 static uint32_t Hash(uint32_t native_offset) { in Hash()
/art/compiler/dex/quick/
Dcodegen_util.cc802 uint32_t native_offset = entry.first->offset; in CreateNativeGcMap() local
823 uint32_t native_offset = entry.first->offset; in CreateNativeGcMap() local
835 uint32_t native_offset = entry.first->offset; in CreateNativeGcMap() local
855 uint32_t native_offset = it.NativePcOffset(); in CreateNativeGcMapWithoutRegisterPromotion() local
871 uint32_t native_offset = it.NativePcOffset(); in CreateNativeGcMapWithoutRegisterPromotion() local
/art/compiler/optimizing/
Dcode_generator.cc491 uint32_t native_offset = pc_infos_.Get(i).native_pc; in BuildNativeGCMap() local
500 uint32_t native_offset = pc_info.native_pc; in BuildNativeGCMap() local