Searched refs:GetQuickOatCodeBegin (Results 1 – 1 of 1) sorted by relevance
1981 const void* GetQuickOatCodeBegin(ArtMethod* m) REQUIRES_SHARED(Locks::mutator_lock_) { in GetQuickOatCodeBegin() function in art::ImageDumper2001 const uint32_t* oat_code_begin = reinterpret_cast<const uint32_t*>(GetQuickOatCodeBegin(m)); in GetQuickOatCodeSize()2012 const uint8_t* oat_code_begin = reinterpret_cast<const uint8_t*>(GetQuickOatCodeBegin(m)); in GetQuickOatCodeEnd()2096 const void* quick_oat_code_begin = GetQuickOatCodeBegin(method); in DumpMethod()2133 const void* quick_oat_code_begin = GetQuickOatCodeBegin(method); in DumpMethod()