HomeSort by relevance Sort by last modified time
    Searched refs:cp_dex_file (Results 1 - 3 of 3) sorted by null

  /art/runtime/
class_loader_context.cc 460 const DexFile* cp_dex_file = reinterpret_cast<const DexFile*>(static_cast<uintptr_t>( local
462 if (cp_dex_file != nullptr && cp_dex_file->NumClassDefs() > 0) {
464 // cp_dex_file can be null.
465 out_dex_files->push_back(cp_dex_file);
    [all...]
common_runtime_test.cc 641 const DexFile* cp_dex_file = reinterpret_cast<const DexFile*>(static_cast<uintptr_t>( local
643 if (cp_dex_file == nullptr) {
647 ret.push_back(cp_dex_file);
class_linker.cc 2629 const DexFile* cp_dex_file = reinterpret_cast<const DexFile*>(static_cast<uintptr_t>( local
    [all...]

Completed in 191 milliseconds