OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OatFileBase
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
oat_file.cc
68
// Note for
OatFileBase
and descendents:
80
class
OatFileBase
: public OatFile {
82
virtual ~
OatFileBase
() {}
85
static
OatFileBase
* OpenOatFile(const std::string& elf_filename,
96
OatFileBase
(const std::string& filename, bool executable) : OatFile(filename, executable) {}
129
DISALLOW_COPY_AND_ASSIGN(
OatFileBase
);
133
OatFileBase
*
OatFileBase
::OpenOatFile(const std::string& elf_filename,
142
std::unique_ptr<
OatFileBase
> ret(new kOatFileBaseSubType(location, executable));
168
bool
OatFileBase
::ComputeFields(uint8_t* requested_base
[
all
...]
oat_file.h
327
friend class
OatFileBase
;
402
friend class
OatFileBase
;
Completed in 51 milliseconds