Searched refs:IsJVM (Results 1 – 5 of 5) sorted by relevance
31 bool IsJVM();
26 bool IsJVM() { in IsJVM() function
94 if (IsJVM()) { in SetStandardCapabilities()
112 jbyteArray desired_array = IsJVM() ? class_file_bytes[i] : dex_file_bytes[i]; in DoMultiClassRedefine()248 const std::vector<unsigned char>& desired_array = IsJVM() ? res.class_bytes : res.dex_bytes; in CommonClassFileLoadHookRetransformable()
60 if (IsJVM()) { in CheckDexFileHook()