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

  /art/compiler/
elf_writer_debug.h 33 std::vector<uintptr_t>* debug_frame_patches,
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
  /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);
headers.h 83 std::vector<uintptr_t>* debug_frame_patches) {
95 debug_frame_patches->push_back(writer.data()->size());

Completed in 51 milliseconds