Searched refs:StubType (Results 1 – 3 of 3) sorted by relevance
230 enum class StubType { enum240 friend std::ostream& operator<<(std::ostream& stream, StubType stub_type);255 static constexpr size_t kNumberOfStubTypes = static_cast<size_t>(StubType::kLast) + 1u;295 size_t GetStubOffset(StubType stub_type) const { in GetStubOffset()300 void SetStubOffset(StubType stub_type, size_t offset) { in SetStubOffset()427 const uint8_t* GetOatAddress(StubType type) const;711 std::ostream& operator<<(std::ostream& stream, ImageWriter::StubType stub_type);
3172 DCHECK_LE(type, StubType::kLast); in GetOatAddress()3185 case StubType::kQuickGenericJNITrampoline: in GetOatAddress()3187 case StubType::kJNIDlsymLookupTrampoline: in GetOatAddress()3189 case StubType::kJNIDlsymLookupCriticalTrampoline: in GetOatAddress()3191 case StubType::kQuickIMTConflictTrampoline: in GetOatAddress()3193 case StubType::kQuickResolutionTrampoline: in GetOatAddress()3195 case StubType::kQuickToInterpreterBridge: in GetOatAddress()3197 case StubType::kNterpTrampoline: in GetOatAddress()3245 quick_code = GetOatAddress(StubType::kNterpTrampoline); in GetQuickCode()3322 StubType stub_type = orig->IsCriticalNative() ? StubType::kJNIDlsymLookupCriticalTrampoline in CopyAndFixupMethod()[all …]
199 template <typename IType, typename ProxyType, typename StubType>