Home
last modified time | relevance | path

Searched refs:new_data (Results 1 – 5 of 5) sorted by relevance

/art/openjdkjvmti/
Dti_class_definition.h84 art::ArrayRef<const unsigned char> new_data(new_dex_data, new_dex_len); in SetNewDexData()
85 if (new_data != dex_data_) { in SetNewDexData()
Dtransform.cc266 unsigned char* new_data = nullptr; in TransformSingleClassDirect() local
278 /*out*/&new_data); in TransformSingleClassDirect()
279 def->SetNewDexData(new_len, new_data); in TransformSingleClassDirect()
Devents-inl.h237 unsigned char* new_data = nullptr; in DispatchClassFileLoadHookEvent() local
247 &new_data); in DispatchClassFileLoadHookEvent()
248 if (new_data != nullptr && new_data != current_class_data) { in DispatchClassFileLoadHookEvent()
257 current_class_data = new_data; in DispatchClassFileLoadHookEvent()
/art/test/ti-agent/
Dredefinition_helper.cc249 unsigned char* new_data; in CommonClassFileLoadHookRetransformable() local
250 CHECK_EQ(JVMTI_ERROR_NONE, jvmti_env->Allocate(desired_array.size(), &new_data)); in CommonClassFileLoadHookRetransformable()
251 memcpy(new_data, desired_array.data(), desired_array.size()); in CommonClassFileLoadHookRetransformable()
252 *new_class_data = new_data; in CommonClassFileLoadHookRetransformable()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc590 std::vector<uint8_t> new_data = state2.Compile(); in CompileMethod() local
591 CHECK(new_data == quicken_data) << "Mismatch producing new quicken data"; in CompileMethod()
601 std::vector<uint8_t> new_data = state2.Compile(); in CompileMethod() local
602 CHECK(new_data == quicken_data) << "Mismatch producing new quicken data"; in CompileMethod()