HomeSort by relevance Sort by last modified time
    Searched defs:debug_frame_patches (Results 1 - 3 of 3) sorted by null

  /art/compiler/dwarf/
dwarf_test.cc 127 std::vector<uintptr_t> debug_frame_patches; local
130 kCFIFormat, &debug_frame_data_, &debug_frame_patches);
132 EXPECT_EQ(expected_patches, debug_frame_patches);
142 std::vector<uintptr_t> debug_frame_patches; local
145 opcodes.data(), kCFIFormat, &debug_frame_data_, &debug_frame_patches);
148 EXPECT_EQ(expected_patches, debug_frame_patches);
180 std::vector<uintptr_t> debug_frame_patches; local
182 opcodes.data(), kCFIFormat, &debug_frame_data_, &debug_frame_patches);
  /art/compiler/
cfi_test.h 53 std::vector<uintptr_t> debug_frame_patches; local
55 kCFIFormat, &debug_frame_data_, &debug_frame_patches);
elf_writer_debug.cc 173 std::vector<uintptr_t>* debug_frame_patches,
190 opcodes, format, debug_frame, debug_frame_patches); local

Completed in 125 milliseconds