OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeObjectRelocationType
(Results
1 - 2
of
2
) sorted by null
/art/dex2oat/linker/
image_writer.h
201
enum class
NativeObjectRelocationType
{
213
friend std::ostream& operator<<(std::ostream& stream, const
NativeObjectRelocationType
& type);
491
NativeObjectRelocationType
type,
524
static Bin BinTypeForNativeRelocationType(
NativeObjectRelocationType
type);
609
NativeObjectRelocationType
type;
612
return type ==
NativeObjectRelocationType
::kArtMethodClean ||
613
type ==
NativeObjectRelocationType
::kArtMethodDirty ||
614
type ==
NativeObjectRelocationType
::kRuntimeMethod;
image_writer.cc
498
NativeObjectRelocation { oat_index, offset,
NativeObjectRelocationType
::kDexCacheArray });
[
all
...]
Completed in 135 milliseconds