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

  /art/compiler/dex/
inline_method_analyser.cc 601 uint32_t object_arg = object_reg - arg_start; local
608 if (is_static || object_arg != 0u) {
616 // InlineIGetIPutData::object_arg is only 4 bits wide.
618 if (object_arg > kMaxObjectArg) {
630 data->object_arg = object_arg; // Allow IGET on any register, not just "this".
671 uint32_t object_arg = object_reg - arg_start; local
674 if (is_static || object_arg != 0u) {
682 // InlineIGetIPutData::object_arg/src_arg/return_arg_plus1 are each only 4 bits wide.
686 if (object_arg > kMaxObjectArg || src_arg > kMaxSrcArg || return_arg_plus1 > kMaxReturnArgPlus1)
    [all...]
inline_method_analyser.h 51 uint16_t object_arg : 4; member in struct:art::InlineIGetIPutData
  /art/compiler/optimizing/
inliner.cc     [all...]

Completed in 76 milliseconds