HomeSort by relevance Sort by last modified time
    Searched defs:num_vregs (Results 1 - 3 of 3) sorted by null

  /art/runtime/mirror/
method_type.cc 51 // Initialize |num_vregs| with number of parameters and only increment it for
53 size_t num_vregs = static_cast<size_t>(p_types_length); local
57 ++num_vregs;
60 return num_vregs;
  /art/compiler/optimizing/
code_generator.cc 928 uint32_t num_vregs = graph_->GetNumberOfVRegs(); local
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 2630 const size_t num_vregs = is_range ? inst->VRegA_4rcc() : inst->VRegA_45cc(); local
    [all...]

Completed in 80 milliseconds