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

  /art/runtime/openjdkjvmti/
fixed_up_dex_file.cc 84 if (it.IsAtMethod() && it.GetMethodCodeItem() != nullptr) {
88 *it.GetMethodCodeItem(),
106 if (it.IsAtMethod() && it.GetMethodCodeItem() != nullptr) {
  /art/compiler/dex/
dex_to_dex_decompiler_test.cc 106 *it.GetMethodCodeItem(), table, /* decompile_return_instruction */ true);
118 *it.GetMethodCodeItem(), table, /* decompile_return_instruction */ true);
  /art/test/983-source-transform-verify/
source_transform.cc 88 if (!it.IsAtMethod() || it.GetMethodCodeItem() == nullptr) {
91 for (CodeItemIterator code_it(*it.GetMethodCodeItem()); !code_it.Done(); code_it.Advance()) {
  /art/dexlist/
dexlist.cc 160 pClassData.GetMethodCodeItem(),
168 pClassData.GetMethodCodeItem(),
  /art/runtime/
vdex_file.cc 193 const DexFile::CodeItem* code_item = it.GetMethodCodeItem();
206 const DexFile::CodeItem* code_item = it.GetMethodCodeItem();
dex_file.h     [all...]
  /art/dexdump/
dexdump_cfg.cc 385 dumpMethodCFGImpl(dex_file, dex_method_idx, it.GetMethodCodeItem(), os);
dexdump.cc     [all...]
  /art/oatdump/
oatdump.cc 241 it.GetMethodCodeItem(),
846 WalkCodeItem(dex_file, it.GetMethodCodeItem());
850 WalkCodeItem(dex_file, it.GetMethodCodeItem());
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/compiler/
verifier_deps_test.cc 182 it.GetMethodCodeItem(),
    [all...]
oat_writer.cc 764 if (it.GetMethodCodeItem() != nullptr) {
885 info.code_item = it.GetMethodCodeItem();
    [all...]
  /art/dexlayout/
dex_ir.cc 720 const DexFile::CodeItem* disk_code_item = cdii.GetMethodCodeItem();
    [all...]
  /art/runtime/verifier/
method_verifier.cc 250 it->GetMethodCodeItem(),
    [all...]

Completed in 1227 milliseconds