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

  /art/runtime/
globals.h 170 static constexpr bool kIsVdexEnabled = true;
172 static constexpr bool kIsVdexEnabled = false;
oat_file.cc 166 if (kIsVdexEnabled && !ret->LoadVdex(vdex_filename, writable, low_4gb, error_msg)) {
    [all...]
oat_file_assistant_test.cc 269 if (!kIsVdexEnabled) {
317 if (!kIsVdexEnabled) {
539 if (!kIsVdexEnabled) {
561 if (!kIsVdexEnabled) {
    [all...]
art_method.cc 586 if (kIsVdexEnabled) {
    [all...]
oat_file_assistant.cc 465 if (kIsVdexEnabled) {
    [all...]
  /art/compiler/
oat_writer.cc 549 if (kIsVdexEnabled) {
560 if (kIsVdexEnabled) {
736 return method != nullptr && (!method->GetQuickCode().empty() || !kIsVdexEnabled);
    [all...]
image_test.h 269 kIsVdexEnabled ? vdex_files[i].GetFile() : oat_files[i].GetFile(),
293 if (kIsVdexEnabled) {
oat_test.cc 195 if (!oat_writer.WriteAndOpenDexFiles(kIsVdexEnabled ? vdex_file : oat_file,
227 if (kIsVdexEnabled) {
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 247 milliseconds