Home
last modified time | relevance | path

Searched refs:RedefinitionType (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/openjdkjvmti/
H A Dti_redefine.h67 enum class RedefinitionType { enum
83 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()
H A Dtransform.cc294 template <RedefinitionType kType>
298 constexpr ArtJvmtiEvent kEvent = kType == RedefinitionType::kNormal in RetransformClassesDirect()
306 template void Transformer::RetransformClassesDirect<RedefinitionType::kNormal>(
308 template void Transformer::RetransformClassesDirect<RedefinitionType::kStructural>(
331 res = Redefiner::GetClassRedefinitionError<RedefinitionType::kNormal>(classes[i], &error_msg); in RetransformClasses()
344 RetransformClassesDirect<RedefinitionType::kStructural>(self, &definitions); in RetransformClasses()
345 RetransformClassesDirect<RedefinitionType::kNormal>(self, &definitions); in RetransformClasses()
346 RedefinitionType redef_type = in RetransformClasses()
350 ? RedefinitionType::kStructural in RetransformClasses()
351 : RedefinitionType::kNormal; in RetransformClasses()
H A Dtransform.h60 template<RedefinitionType kType>
H A Dti_redefine.cc341 template <RedefinitionType kType>
365 return Redefiner::IsModifiableClassGeneric<RedefinitionType::kStructural>( in IsStructurallyModifiableClass()
373 template <RedefinitionType kType>
386 template <RedefinitionType kType>
428 if (kType == RedefinitionType::kStructural) { in GetClassRedefinitionError()
506 template jvmtiError Redefiner::GetClassRedefinitionError<RedefinitionType::kNormal>(
550 template<RedefinitionType kType>
574 jvmtiError res = Redefiner::GetClassRedefinitionError<RedefinitionType::kNormal>( in RedefineClassesGeneric()
590 if (kType == RedefinitionType::kStructural) { in RedefineClassesGeneric()
642 RedefinitionType::kStructural, in StructurallyRedefineClassDirect()
[all …]