HomeSort by relevance Sort by last modified time
    Searched refs:dex (Results 676 - 700 of 731) sorted by null

<<21222324252627282930

  /art/compiler/optimizing/
code_generator_arm64.cc 126 // There is no dex instruction or HIR that would need the missing conditions
339 dex::TypeIndex type_index = cls_->GetTypeIndex();
386 // The dex PC of `at_`.
420 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex();
    [all...]
constant_folding_test.cc 759 graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimInt, true);
code_generator_mips64.cc 179 dex::TypeIndex type_index = cls_->GetTypeIndex();
221 // The dex PC of `at_`.
244 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex();
    [all...]
induction_var_range_test.cc 71 dex::TypeIndex(0),
76 dex::TypeIndex(0),
    [all...]
code_generator_mips.cc 43 // We'll maximize the range of a single load instruction for dex cache array accesses
228 dex::TypeIndex type_index = cls_->GetTypeIndex();
275 // The dex PC of `at_`.
298 const dex::StringIndex string_index = load->GetStringIndex();
    [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc 64 // Code to run before each dex instruction.
99 /* Record new dex pc early to have consistent suspend point at loop header. */ \
399 dex::StringIndex(inst->VRegB_21c()));
412 dex::StringIndex(inst->VRegB_31c()));
423 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(inst->VRegB_21c()),
462 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(inst->VRegB_21c()),
482 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(inst->VRegC_22c()),
512 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(inst->VRegB_21c()),
549 dex::TypeIndex(inst->VRegC_22c()),
    [all...]
interpreter_common.h 301 dex::StringIndex string_idx)
interpreter.cc 393 CREATE_SHADOW_FRAME(num_regs, last_shadow_frame, method, /* dex pc */ 0);
515 new_dex_pc = found_dex_pc; // the dex pc of a matching catch handler
526 // "this object" when invoking the string constructor in the original dex instruction.
530 // Calling string constructor in the original dex code doesn't generate a result value.
535 // It's possible to deoptimize at a NEW_INSTANCE dex instruciton that's for a
542 // Skip the dex instruction since we essentially come back from an invocation.
548 dex::TypeIndex(instr->VRegB_21c()), shadow_frame->GetMethod());
  /art/cmdline/
cmdline_parser_test.cc 223 EXPECT_SINGLE_PARSE_EXISTS("-Xno-dex-file-fallback", M::NoDexFileFallback);
305 const char* log_args = "-verbose:dex";
307 log_verbosity.dex = true;
cmdline_types.h 659 } else if (verbose_options[j] == "dex") {
660 log_verbosity.dex = true;
  /art/dexlayout/
dexlayout.cc 18 * This is a tool to read dex files into an internal representation,
19 * reorganize the representation, and emit dex files with a better
596 fprintf(out_file_, "DEX file header:\n");
    [all...]
  /art/runtime/
runtime.h 514 void RecordResolveString(ObjPtr<mirror::DexCache> dex_cache, dex::StringIndex string_idx) const
862 // If true, the runtime may use dex files directly with the interpreter if an oat file is not
class_linker.cc 565 *error_msg = "Null dex file.";
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 17 package com.android.dexgen.dex.code;
RopTranslator.java 17 package com.android.dexgen.dex.code;
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 17 package com.android.dx.dex.code;
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0/
testutils-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta1/
testutils-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta2/
testutils-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta3/
testutils-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta4/
testutils-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.1/
testutils-25.3.1.jar 
  /art/compiler/
image_writer.cc 140 // Clear dex file cookies for app images to enable app image determinism. This is required
424 // Prepare dex cache array starts based on the ordering specified in the CompilerDriver.
447 << "Dex cache should have been pruned " << dex_file->GetLocation()
529 // * Dex cache arrays are stored in a special bin. The arrays for each dex cache have
602 // Dex file field becomes dirty when the image is loaded.
809 // Remove the class if the dex file is not in the set of dex files. This happens for classes that
    [all...]
  /build/make/core/
java_common.mk 346 full_jack_deps := $(patsubst %.jack, %.dex.toc, $(full_jack_deps))
  /art/dex2oat/
dex2oat_test.cc 62 args.push_back("--dex-file=" + dex_location);
321 RunTest(false /* use_fd */, false /* expect_use */, { "--swap-dex-size-threshold=0" });
322 RunTest(true /* use_fd */, false /* expect_use */, { "--swap-dex-size-threshold=0" });
326 RunTest(false /* use_fd */, false /* expect_use */, { "--swap-dex-count-threshold=0" });
327 RunTest(true /* use_fd */, false /* expect_use */, { "--swap-dex-count-threshold=0" });
333 { "--swap-dex-size-threshold=0", "--swap-dex-count-threshold=0" });
336 { "--swap-dex-size-threshold=0", "--swap-dex-count-threshold=0" });
447 { "--swap-dex-size-threshold=0", "--swap-dex-count-threshold=0" })
    [all...]

Completed in 1219 milliseconds

<<21222324252627282930