HomeSort by relevance Sort by last modified time
    Searched full:oat (Results 126 - 150 of 225) sorted by null

1 2 3 4 56 7 8 9

  /art/oatdump/
oatdump_test.h 121 exec_argv.push_back("--oat-file=" + core_oat_location_);
  /art/runtime/base/
logging.h 48 bool oat; member in struct:art::LogVerbosity
  /art/runtime/entrypoints/quick/
quick_dexcache_entrypoints.cc 48 << "Oat file with .bss GC roots was not registered in class table: "
  /external/r8/src/test/java/com/android/tools/r8/internal/
CompilationTestBase.java 97 Path oatFile = temp.getRoot().toPath().resolve("all.oat");
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassPath.java 87 * @param oatVersion The applicable oat version, or NOT_ART
  /external/vogar/src/vogar/android/
HostRuntime.java 130 // This is needed on the host so that the linker loads core.oat at the necessary
  /libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 374 * Returns true if the dex file is backed by a valid oat file.
475 * the oat file in the oat location. Returns a negative status
476 * code if the status refers to the oat file in the odex location.
  /system/sepolicy/prebuilts/api/26.0/public/
installd.te 7 # Allow labeling of files under /data/app/com.example/oat/
  /system/sepolicy/public/
installd.te 7 # Allow labeling of files under /data/app/com.example/oat/
  /art/imgdiag/
imgdiag.cc 40 #include "oat.h"
829 // Compute a map of addresses to names in the boot OAT file(s).
837 entry_point_names_[i2ib] = "InterpreterToInterpreterBridge (from boot oat file)";
841 entry_point_names_[i2ccb] = "InterpreterToCompiledCodeBridge (from boot oat file)";
845 entry_point_names_[jdl] = "JniDlsymLookup (from boot oat file)";
849 entry_point_names_[qgjt] = "QuickGenericJniTrampoline (from boot oat file)";
853 entry_point_names_[qrt] = "QuickResolutionTrampoline (from boot oat file)";
857 entry_point_names_[qict] = "QuickImtConflictTrampoline (from boot oat file)";
861 entry_point_names_[q2ib] = "QuickToInterpreterBridge (from boot oat file)";
    [all...]
  /system/core/libbacktrace/testdata/arm/
libart.so 
  /art/runtime/
Android.bp 187 "oat.cc",
464 "oat.h",
utils_test.cc 296 EXPECT_TRUE(GetDalvikCacheFilename("/system/framework/boot.oat", "/foo", &name, &error)) << error;
297 EXPECT_EQ("/foo/system@framework@boot.oat", name);
art_method.cc 517 // which we need to use the oat method to figure out how large the quick frame is.
529 // Simple case where the oat method index was stashed at load time.
543 CHECK(found_virtual) << "Didn't find oat method index for virtual method: "
658 // The code has to be in an oat file.
    [all...]
compiler_filter.cc 98 // We run dex2dex with verification, so the oat file will depend on the
  /frameworks/base/services/core/java/com/android/server/pm/
BackgroundDexOptService.java 110 // out-of-date oat files.
315 // For apps that don't have the oat directory, instead of downgrading,
  /art/test/141-class-unload/src/
Main.java 48 // Test that the oat files are unloaded.
  /art/tools/dexfuzz/
README 78 OAT files after compilation.
  /docs/source.android.com/en/devices/tech/debug/
jank_jitter.html 350 <li>/system/framework/arm64/boot-framework.oat</li>
351 <li>/system/framework/oat/arm64/services.odex</li>
352 <li>/system/framework/arm64/boot.oat</li>
353 <li>/system/framework/arm64/boot-core-libart.oat</li>
  /frameworks/native/cmds/installd/
utils.cpp 265 // Secondary dex current profiles are stored next to the dex files under the oat folder.
270 return StringPrintf("%s/oat/%s%s%s",
282 // Secondary dex reference profiles are stored next to the dex files under the oat folder.
287 return StringPrintf("%s/oat/%s%s",
    [all...]
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 330 /data/app/[^/]+/oat(/.*)? u:object_r:dalvikcache_data_file:s0
332 /data/app/vmdl[^/]+\.tmp/oat(/.*)? u:object_r:dalvikcache_data_file:s0
403 /mnt/expand/[^/]+/app/[^/]+/oat(/.*)? u:object_r:dalvikcache_data_file:s0
405 /mnt/expand/[^/]+/app/vmdl[^/]+\.tmp/oat(/.*)? u:object_r:dalvikcache_data_file:s0
  /system/sepolicy/private/
file_contexts 337 /data/app/[^/]+/oat(/.*)? u:object_r:dalvikcache_data_file:s0
339 /data/app/vmdl[^/]+\.tmp/oat(/.*)? u:object_r:dalvikcache_data_file:s0
410 /mnt/expand/[^/]+/app/[^/]+/oat(/.*)? u:object_r:dalvikcache_data_file:s0
412 /mnt/expand/[^/]+/app/vmdl[^/]+\.tmp/oat(/.*)? u:object_r:dalvikcache_data_file:s0
  /art/compiler/
image_writer.cc 70 #include "oat.h"
625 // Assign the oat index too.
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 30 #include "oat.h"
560 // Since the target_offset is based on the beginning of the oat file and the
561 // image space precedes the oat file, the target_offset into image space will
  /art/runtime/native/
dalvik_system_DexFile.cc 84 // Add one for the oat file.
326 int32_t i = kDexFileIndexStart; // Oat file is at index 0.
345 // If all of the dex files are no longer in use we can unmap the corresponding oat file.

Completed in 393 milliseconds

1 2 3 4 56 7 8 9