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

  /art/runtime/
oat_file-inl.h 25 inline const OatQuickMethodHeader* OatFile::OatMethod::GetOatQuickMethodHeader() const {
34 inline uint32_t OatFile::OatMethod::GetOatQuickMethodHeaderOffset() const {
42 inline uint32_t OatFile::OatMethod::GetQuickCodeSizeOffset() const {
50 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const {
58 inline uint32_t OatFile::OatMethod::GetCoreSpillMask() const {
66 inline uint32_t OatFile::OatMethod::GetFpSpillMask() const {
74 inline uint32_t OatFile::OatMethod::GetVmapTableOffset() const {
79 inline uint32_t OatFile::OatMethod::GetVmapTableOffsetOffset() const {
87 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const {
99 inline uint32_t OatFile::OatMethod::GetQuickCodeSize() const
    [all...]
oat_file.h 126 class OatMethod FINAL {
151 // Create an OatMethod with offsets relative to the given base address
152 OatMethod(const uint8_t* base, const uint32_t code_offset)
155 OatMethod(const OatMethod&) = default;
156 ~OatMethod() {}
158 OatMethod& operator=(const OatMethod&) = default;
160 // A representation of an invalid OatMethod, used when an OatMethod or OatClass can't be found
    [all...]
art_method.cc 474 // We use the method's DexFile and declaring class name to find the OatMethod for an obsolete
482 static const OatFile::OatMethod FindOatMethodFromDexFileFor(ArtMethod* method, bool* found)
506 return OatFile::OatMethod::Invalid();
511 static const OatFile::OatMethod FindOatMethodFor(ArtMethod* method,
518 DCHECK(method->IsNative()) << "We should only be finding the OatMethod of obsolete methods in "
554 return OatFile::OatMethod::Invalid();
596 OatFile::OatMethod oat_method = FindOatMethodFor(this, pointer_size, &found);
660 OatFile::OatMethod oat_method =
704 OatFile::OatMethod oat_method = FindOatMethodFor(this, pointer_size, &found);
    [all...]
oat_file.cc     [all...]
class_linker.cc     [all...]
  /art/compiler/
common_compiler_test.h 46 // Create an OatMethod based on pointers (for unit tests).
47 OatFile::OatMethod CreateOatMethod(const void* code);
oat_test.cc 65 const OatFile::OatMethod& oat_method,
    [all...]
  /art/oatdump/
oatdump.cc 262 void WalkOatMethod(const OatFile::OatMethod& oat_method,
803 void AddOffsets(const OatFile::OatMethod& oat_method) {
    [all...]

Completed in 183 milliseconds