Searched refs:RedefinitionType (Results 1 – 4 of 4) sorted by relevance
67 enum class RedefinitionType { enum83 RedefinitionType type,106 template<RedefinitionType kType = RedefinitionType::kNormal>305 RedefinitionType type_;314 RedefinitionType type, in Redefiner()327 template<RedefinitionType kType = RedefinitionType::kNormal>332 template<RedefinitionType kType = RedefinitionType::kNormal>335 template<RedefinitionType kType = RedefinitionType::kNormal>364 return type_ == RedefinitionType::kStructural; in IsStructuralRedefinition()
295 template <RedefinitionType kType>299 constexpr ArtJvmtiEvent kEvent = kType == RedefinitionType::kNormal in RetransformClassesDirect()307 template void Transformer::RetransformClassesDirect<RedefinitionType::kNormal>(309 template void Transformer::RetransformClassesDirect<RedefinitionType::kStructural>(332 res = Redefiner::GetClassRedefinitionError<RedefinitionType::kNormal>(classes[i], &error_msg); in RetransformClasses()345 RetransformClassesDirect<RedefinitionType::kStructural>(self, &definitions); in RetransformClasses()346 RetransformClassesDirect<RedefinitionType::kNormal>(self, &definitions); in RetransformClasses()347 RedefinitionType redef_type = in RetransformClasses()351 ? RedefinitionType::kStructural in RetransformClasses()352 : RedefinitionType::kNormal; in RetransformClasses()
60 template<RedefinitionType kType>
341 template <RedefinitionType kType>365 return Redefiner::IsModifiableClassGeneric<RedefinitionType::kStructural>( in IsStructurallyModifiableClass()370 return Redefiner::IsModifiableClassGeneric<RedefinitionType::kNormal>(env, klass, is_redefinable); in IsModifiableClass()373 template <RedefinitionType kType>386 template <RedefinitionType kType>428 if (kType == RedefinitionType::kStructural) { in GetClassRedefinitionError()506 template jvmtiError Redefiner::GetClassRedefinitionError<RedefinitionType::kNormal>(508 template jvmtiError Redefiner::GetClassRedefinitionError<RedefinitionType::kStructural>(550 template<RedefinitionType kType>574 jvmtiError res = Redefiner::GetClassRedefinitionError<RedefinitionType::kNormal>( in RedefineClassesGeneric()[all …]