HomeSort by relevance Sort by last modified time
    Searched refs:invoke_type (Results 26 - 31 of 31) sorted by null

12

  /art/compiler/
oat_writer.cc 552 InvokeType invoke_type = it.GetMethodInvokeType(dex_file_->GetClassDef(class_def_index_)); local
560 invoke_type);
    [all...]
  /art/compiler/dex/
mir_graph.cc 650 InvokeType invoke_type, uint16_t class_def_idx,
692 cu_->invoke_type = invoke_type;
    [all...]
mir_graph.h 25 #include "invoke_type.h"
560 InvokeType invoke_type, uint16_t class_def_idx,
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 468 InvokeType invoke_type, bool is_range, bool is_filled_new_array) {
469 CallInfo* info = mir_graph_->NewMemCallInfo(bb, mir, invoke_type, is_range);
471 // Insert the invoke_type
472 args.push_back(irb_->getInt32(static_cast<int>(invoke_type)));
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc 470 cu_->invoke_type,
488 cu_->invoke_type,
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]

Completed in 160 milliseconds

12