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

  /art/compiler/linker/
linker_patch.h 45 kMethodBssEntry, // NOTE: Actual patching is instruction_set-dependent.
71 LinkerPatch patch(literal_offset, Type::kMethodBssEntry, target_dex_file);
176 case Type::kMethodBssEntry:
193 patch_type_ == Type::kMethodBssEntry ||
229 patch_type_ == Type::kMethodBssEntry ||
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 64 case LinkerPatch::Type::kMethodBssEntry:
274 DCHECK(patch.GetType() == LinkerPatch::Type::kMethodBssEntry ||
  /art/dex2oat/linker/
oat_writer.cc 855 if (patch.GetType() == LinkerPatch::Type::kMethodBssEntry) {
    [all...]

Completed in 71 milliseconds