Searched refs:GetQuickOatCodeBegin (Results 1 – 1 of 1) sorted by relevance
2139 const void* GetQuickOatCodeBegin(ArtMethod* m) REQUIRES_SHARED(Locks::mutator_lock_) { in GetQuickOatCodeBegin() function in art::ImageDumper2158 const uint32_t* oat_code_begin = reinterpret_cast<const uint32_t*>(GetQuickOatCodeBegin(m)); in GetQuickOatCodeSize()2169 const uint8_t* oat_code_begin = reinterpret_cast<const uint8_t*>(GetQuickOatCodeBegin(m)); in GetQuickOatCodeEnd()2364 const void* quick_oat_code_begin = GetQuickOatCodeBegin(method); in DumpMethod()2401 const void* quick_oat_code_begin = GetQuickOatCodeBegin(method); in DumpMethod()