Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.h186 stack_map.SetInlineDescriptorOffset(region.start() - memory_start); in FillIn()
194 stack_map.SetInlineDescriptorOffset(InlineInfo::kNoInlineInfo); in FillIn()
/art/runtime/
Dstack_map.h168 void SetInlineDescriptorOffset(uint32_t offset) { in SetInlineDescriptorOffset() function