Home
last modified time | relevance | path

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

/art/compiler/
Dexception_test.cc64 StackMapStream stack_maps(&allocator, kRuntimeISA); in SetUp() local
65 stack_maps.BeginStackMapEntry(/* dex_pc */ 3u, in SetUp()
71 stack_maps.EndStackMapEntry(); in SetUp()
72 size_t stack_maps_size = stack_maps.PrepareForFillIn(); in SetUp()
77 stack_maps.FillInCodeInfo(stack_maps_region); in SetUp()
/art/compiler/debug/
Delf_debug_loc_writer.h103 std::map<uint32_t, uint32_t> stack_maps; // low_pc -> stack_map_index. in GetVariableLocations() local
120 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()