Home
last modified time | relevance | path

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

/art/runtime/
Druntime_callbacks.cc267 const DexFile& initial_dex_file, in ClassPreDefine() argument
271 DexFile const* current_dex_file = &initial_dex_file; in ClassPreDefine()
Druntime_callbacks_test.cc265 const DexFile& initial_dex_file, in ClassPreDefine()
270 const std::string& location = initial_dex_file.GetLocation(); in ClassPreDefine()
Druntime_callbacks.h211 const DexFile& initial_dex_file,
Dclass_linker.h1545 [[maybe_unused]] const DexFile& initial_dex_file, in ClassPreDefine() argument
/art/openjdkjvmti/
Dti_class.cc164 const art::DexFile& initial_dex_file, in ClassPreDefine()
192 def.InitFirstLoad(descriptor, class_loader, initial_dex_file); in ClassPreDefine()
234 jlong dex_ptr = reinterpret_cast<uintptr_t>(&initial_dex_file); in ClassPreDefine()
252 initial_dex_file.GetLocation(), in ClassPreDefine()