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

  /art/dex2oat/linker/
image_writer.h 221 enum class NativeObjectRelocationType {
234 friend std::ostream& operator<<(std::ostream& stream, const NativeObjectRelocationType& type);
566 NativeObjectRelocationType type,
655 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);
660 NativeObjectRelocationType type;
663 return type == NativeObjectRelocationType::kArtMethodClean ||
664 type == NativeObjectRelocationType::kArtMethodDirty ||
665 type == NativeObjectRelocationType::kRuntimeMethod;
    [all...]
image_writer.cc     [all...]

Completed in 1476 milliseconds