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

  /art/compiler/optimizing/
sharpening.cc 224 if (!IsSameDexFile(load_class->GetDexFile(), *dex_compilation_unit.GetDexFile())) {
248 Handle<mirror::DexCache> dex_cache = IsSameDexFile(dex_file, *compilation_unit_.GetDexFile())
inliner.cc 269 if (IsSameDexFile(*method->GetDexFile(), dex_file)) {
287 } else if (IsSameDexFile(cls->GetDexFile(), dex_file)) {
    [all...]
stack_map_stream.cc 116 DCHECK(IsSameDexFile(*outer_dex_file, *method->GetDexFile()));
optimizing_compiler.cc     [all...]
instruction_builder.cc 771 !IsSameDexFile(*actual_method->GetDexFile(), *dex_compilation_unit_->GetDexFile())) {
    [all...]
nodes.cc     [all...]
nodes.h 94 inline bool IsSameDexFile(const DexFile& lhs, const DexFile& rhs) {
    [all...]

Completed in 133 milliseconds