Searched refs:new_data (Results 1 – 5 of 5) sorted by relevance
79 art::ArrayRef<const unsigned char> new_data(new_dex_data, new_dex_len); in SetNewDexData()80 if (new_data != dex_data_) { in SetNewDexData()
104 unsigned char* new_data = nullptr; in CallClassFileLoadHooksSingleClass() local116 /*out*/&new_data); in CallClassFileLoadHooksSingleClass()117 def->SetNewDexData(new_len, new_data, kEvent); in CallClassFileLoadHooksSingleClass()
240 unsigned char* new_data = nullptr; in DispatchClassFileLoadHookEvent() local250 &new_data); in DispatchClassFileLoadHookEvent()251 if (new_data != nullptr && new_data != current_class_data) { in DispatchClassFileLoadHookEvent()260 current_class_data = new_data; in DispatchClassFileLoadHookEvent()
352 unsigned char* new_data; in CommonClassFileLoadHookRetransformable() local353 CHECK_EQ(JVMTI_ERROR_NONE, jvmti_env->Allocate(desired_array.size(), &new_data)); in CommonClassFileLoadHookRetransformable()354 memcpy(new_data, desired_array.data(), desired_array.size()); in CommonClassFileLoadHookRetransformable()355 *new_class_data = new_data; in CommonClassFileLoadHookRetransformable()
845 const uint8_t* new_data = new_space->Begin() + new_interns.Offset(); in RemoveInternTableDuplicates() local847 InternTable::UnorderedSet new_set(new_data, /*make_copy_of_data=*/ false, &new_read_count); in RemoveInternTableDuplicates()