Home
last modified time | relevance | path

Searched defs:patch_locations (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Delf_writer_test.cc111 for (const auto& patch_locations : test_data) { in TEST_F() local
Delf_writer_quick.cc258 const ArrayRef<const uintptr_t>& patch_locations) { in WritePatchLocations()
Delf_builder.h520 void WritePatches(const char* name, const ArrayRef<const uintptr_t>& patch_locations) { in WritePatches()
/art/compiler/debug/
Delf_debug_frame_writer.h202 std::vector<uintptr_t> patch_locations; in WriteCFISection() local
/art/compiler/debug/dwarf/
Dheaders.h89 std::vector<uintptr_t>* patch_locations) { in WriteFDE()