Searched refs:new_data (Results 1 – 6 of 6) sorted by relevance
86 art::ArrayRef<const unsigned char> new_data(new_dex_data, new_dex_len); in SetNewDexData()87 if (new_data != dex_data_) { in SetNewDexData()
279 unsigned char* new_data = nullptr; in TransformSingleClassDirect() local291 /*out*/&new_data); in TransformSingleClassDirect()292 def->SetNewDexData(new_len, new_data, kEvent); in TransformSingleClassDirect()
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()
339 unsigned char* new_data; in CommonClassFileLoadHookRetransformable() local340 CHECK_EQ(JVMTI_ERROR_NONE, jvmti_env->Allocate(desired_array.size(), &new_data)); in CommonClassFileLoadHookRetransformable()341 memcpy(new_data, desired_array.data(), desired_array.size()); in CommonClassFileLoadHookRetransformable()342 *new_class_data = new_data; in CommonClassFileLoadHookRetransformable()
590 std::vector<uint8_t> new_data = state2.Compile(); in CompileMethod() local591 CHECK(new_data == quicken_data) << "Mismatch producing new quicken data"; in CompileMethod()601 std::vector<uint8_t> new_data = state2.Compile(); in CompileMethod() local602 CHECK(new_data == quicken_data) << "Mismatch producing new quicken data"; in CompileMethod()
1013 const uint8_t* new_data = new_space->Begin() + new_interns.Offset(); in RemoveInternTableDuplicates() local1015 InternTable::UnorderedSet new_set(new_data, /*make_copy_of_data=*/ false, &new_read_count); in RemoveInternTableDuplicates()