Searched refs:GetOatAddress (Results 1 – 2 of 2) sorted by relevance
3327 const uint8_t* ImageWriter::GetOatAddress(StubType type) const { in GetOatAddress() function in art::linker::ImageWriter3391 quick_code = GetOatAddress(StubType::kQuickGenericJNITrampoline); in GetQuickCode()3394 quick_code = GetOatAddress(StubType::kQuickToInterpreterBridge); in GetQuickCode()3400 quick_code = GetOatAddress(StubType::kQuickResolutionTrampoline); in GetQuickCode()3436 quick_code = GetOatAddress(StubType::kQuickIMTConflictTrampoline); in CopyAndFixupMethod()3439 quick_code = GetOatAddress(StubType::kQuickResolutionTrampoline); in CopyAndFixupMethod()3459 quick_code = GetOatAddress(StubType::kQuickToInterpreterBridge); in CopyAndFixupMethod()3470 GetOatAddress(StubType::kJNIDlsymLookup), target_ptr_size_); in CopyAndFixupMethod()
440 const uint8_t* GetOatAddress(StubType type) const;