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

  /art/libdexfile/dex/
dex_instruction_iterator.h 29 class DexInstructionPcPair {
48 explicit DexInstructionPcPair(const uint16_t* instructions, uint32_t dex_pc)
61 std::iterator<std::forward_iterator_tag, DexInstructionPcPair> {
63 using value_type = std::iterator<std::forward_iterator_tag, DexInstructionPcPair>::value_type;
84 DexInstructionPcPair data_;
127 explicit DexInstructionIterator(const DexInstructionPcPair& pair)
  /art/test/983-source-transform-verify/
source_transform_art.cc 58 for (const DexInstructionPcPair& pair : method.GetInstructions()) {
  /art/compiler/dex/
verified_method.cc 69 for (const DexInstructionPcPair& pair : method_verifier->CodeItem()) {
inline_method_analyser.cc 307 for (const DexInstructionPcPair& pair : *code_item) {
  /art/runtime/jit/
profiling_info.cc 47 for (const DexInstructionPcPair& inst : method->DexInstructions()) {
  /art/dexdump/
dexdump_cfg.cc 45 for (const DexInstructionPcPair& pair : accessor) {
79 for (const DexInstructionPcPair& pair : accessor) {
163 for (const DexInstructionPcPair& pair : accessor) {
dexdump.cc     [all...]
  /art/runtime/
dex_to_dex_decompiler.cc 94 for (const DexInstructionPcPair& pair : code_item_accessor_) {
art_method.cc 562 for (const DexInstructionPcPair& pair : DexInstructions()) {
    [all...]
  /art/compiler/optimizing/
block_builder.cc 102 for (const DexInstructionPcPair& pair : code_item_accessor_) {
154 for (const DexInstructionPcPair& pair : code_item_accessor_) {
instruction_builder.cc 364 for (const DexInstructionPcPair& pair : code_item_accessor_.InstructionsFrom(block_dex_pc)) {
481 for (const DexInstructionPcPair& inst : code_item_accessor_) {
    [all...]
code_generator.cc     [all...]
inliner.cc 450 for (const DexInstructionPcPair& pair : accessor) {
    [all...]
  /art/tools/veridex/
hidden_api_finder.cc 68 for (const DexInstructionPcPair& inst : method.GetInstructions()) {
flow_analysis.cc 88 for (const DexInstructionPcPair& pair : code_item_accessor_) {
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 185 for (const DexInstructionPcPair& pair : unit_.GetCodeItemAccessor()) {
353 for (const DexInstructionPcPair& pair : instructions) {
  /art/tools/dexanalyze/
dexanalyze_experiments.cc 321 for (const DexInstructionPcPair& inst : code_item) {
580 for (const DexInstructionPcPair& inst : method.GetInstructions()) {
  /art/profman/
profman.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc 728 for (const DexInstructionPcPair& inst : code_item_accessor_) {
    [all...]
  /art/dex2oat/driver/
compiler_driver.cc 722 for (const DexInstructionPcPair& inst : method.GetInstructions()) {
760 for (const DexInstructionPcPair& inst : method.GetInstructions()) {
    [all...]
  /art/dex2oat/
dex2oat_test.cc     [all...]
  /art/dexlayout/
dexlayout.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 6072 milliseconds