Searched refs:stack_maps (Results 1 – 2 of 2) sorted by relevance
73 StackMapStream stack_maps(&allocator, kRuntimeISA); in SetUp() local74 stack_maps.BeginStackMapEntry(kDexPc, in SetUp()80 stack_maps.EndStackMapEntry(); in SetUp()81 size_t stack_maps_size = stack_maps.PrepareForFillIn(); in SetUp()86 stack_maps.FillInCodeInfo(stack_maps_region); in SetUp()
103 std::map<uint32_t, uint32_t> stack_maps; // low_pc -> stack_map_index. in GetVariableLocations() local120 stack_maps.emplace(low_pc, s); in GetVariableLocations()124 for (auto it = stack_maps.begin(); it != stack_maps.end(); it++) { in GetVariableLocations()130 const uint32_t high_pc = next_it != stack_maps.end() in GetVariableLocations()