Searched refs:RedefinitionType (Results 1 – 4 of 4) sorted by relevance
120 template <RedefinitionType kType>123 if (kType == RedefinitionType::kNormal) { in CallClassFileLoadHooks()152 template void Transformer::CallClassFileLoadHooks<RedefinitionType::kNormal>(154 template void Transformer::CallClassFileLoadHooks<RedefinitionType::kStructural>(177 res = Redefiner::CanRedefineClass<RedefinitionType::kNormal>(classes[i], &error_msg); in RetransformClasses()191 CallClassFileLoadHooks<RedefinitionType::kStructural>(self, &definitions); in RetransformClasses()192 RedefinitionType redef_type = in RetransformClasses()196 ? RedefinitionType::kStructural in RetransformClasses()197 : RedefinitionType::kNormal; in RetransformClasses()
67 enum class RedefinitionType { enum83 RedefinitionType type,106 template <RedefinitionType kType = RedefinitionType::kNormal>295 RedefinitionType type_;304 RedefinitionType type, in Redefiner()317 template<RedefinitionType kType = RedefinitionType::kNormal>322 template<RedefinitionType kType = RedefinitionType::kNormal>325 template <RedefinitionType kType = RedefinitionType::kNormal>354 return type_ == RedefinitionType::kStructural; in IsStructuralRedefinition()
59 template <RedefinitionType kType>
365 template <RedefinitionType kType>389 return Redefiner::IsModifiableClassGeneric<RedefinitionType::kStructural>( in IsStructurallyModifiableClass()394 return Redefiner::IsModifiableClassGeneric<RedefinitionType::kNormal>(env, klass, is_redefinable); in IsModifiableClass()397 template <RedefinitionType kType>410 template <RedefinitionType kType>452 if (kType == RedefinitionType::kStructural) { in CanRedefineClass()529 template jvmtiError Redefiner::CanRedefineClass<RedefinitionType::kNormal>(531 template jvmtiError Redefiner::CanRedefineClass<RedefinitionType::kStructural>(583 template<RedefinitionType kType>608 Redefiner::CanRedefineClass<RedefinitionType::kNormal>(definitions[i].klass, &error_msg); in RedefineClassesGeneric()[all …]