Lines Matching refs:offset

899                        uintptr_t offset = reinterpret_cast<uintptr_t>(object) - begin;  in GetBootImageOffsetImpl()  local
900 return space->GetImageHeader().GetImageSection(section).Contains(offset); in GetBootImageOffsetImpl()
903 uintptr_t offset = reinterpret_cast<uintptr_t>(object) - begin; in GetBootImageOffsetImpl() local
904 return dchecked_integral_cast<uint32_t>(offset); in GetBootImageOffsetImpl()
1113 size_t offset = table.GetFirstValueIndex(); in CheckLoopEntriesCanBeUsedForOsr() local
1118 uint32_t target = dex_pc + table.GetEntryAt(i + offset); in CheckLoopEntriesCanBeUsedForOsr()
1422 uint32_t offset = slow_path->GetStackOffsetOfCoreRegister(id); in EmitVRegInfo() local
1423 stack_map_stream->AddDexRegisterEntry(Kind::kInStack, offset); in EmitVRegInfo()
1425 stack_map_stream->AddDexRegisterEntry(Kind::kInStack, offset + kVRegSize); in EmitVRegInfo()
1443 uint32_t offset = slow_path->GetStackOffsetOfFpuRegister(id); in EmitVRegInfo() local
1444 stack_map_stream->AddDexRegisterEntry(Kind::kInStack, offset); in EmitVRegInfo()
1446 stack_map_stream->AddDexRegisterEntry(Kind::kInStack, offset + kVRegSize); in EmitVRegInfo()
1465 uint32_t offset = slow_path->GetStackOffsetOfFpuRegister(low); in EmitVRegInfo() local
1466 stack_map_stream->AddDexRegisterEntry(Kind::kInStack, offset); in EmitVRegInfo()
1471 uint32_t offset = slow_path->GetStackOffsetOfFpuRegister(high); in EmitVRegInfo() local
1472 stack_map_stream->AddDexRegisterEntry(Kind::kInStack, offset); in EmitVRegInfo()
1486 uint32_t offset = slow_path->GetStackOffsetOfCoreRegister(low); in EmitVRegInfo() local
1487 stack_map_stream->AddDexRegisterEntry(Kind::kInStack, offset); in EmitVRegInfo()
1492 uint32_t offset = slow_path->GetStackOffsetOfCoreRegister(high); in EmitVRegInfo() local
1493 stack_map_stream->AddDexRegisterEntry(Kind::kInStack, offset); in EmitVRegInfo()