Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libbacktrace/
H A DUnwindStackMap.h53 unwindstack::Maps* stack_maps() { return stack_maps_.get(); } in stack_maps() function
/aosp12/art/compiler/
H A Dexception_test.cc80 StackMapStream stack_maps(&allocator, kRuntimeISA); in SetUp() local
/aosp12/art/compiler/debug/
H A Delf_debug_loc_writer.h94 std::map<uint32_t, uint32_t> stack_maps; // low_pc -> stack_map_index. in GetVariableLocations() local
/aosp12/art/oatdump/
H A Doatdump.cc1523 std::unordered_map<uint32_t, std::vector<StackMap>> stack_maps; in DumpCode() local