Searched refs:GetQuickOatCodeBegin (Results 1 – 1 of 1) sorted by relevance
2135 const void* GetQuickOatCodeBegin(ArtMethod* m) REQUIRES_SHARED(Locks::mutator_lock_) { in GetQuickOatCodeBegin() function in art::ImageDumper2154 const uint32_t* oat_code_begin = reinterpret_cast<const uint32_t*>(GetQuickOatCodeBegin(m)); in GetQuickOatCodeSize()2165 const uint8_t* oat_code_begin = reinterpret_cast<const uint8_t*>(GetQuickOatCodeBegin(m)); in GetQuickOatCodeEnd()2360 const void* quick_oat_code_begin = GetQuickOatCodeBegin(method); in DumpMethod()2387 const void* quick_oat_code_begin = GetQuickOatCodeBegin(method); in DumpMethod()