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

  /art/runtime/quick/
inline_method_analyser.cc 621 uint32_t object_arg = object_reg - arg_start; local
628 if (is_static || object_arg != 0u) {
636 // InlineIGetIPutData::object_arg is only 4 bits wide.
638 if (object_arg > kMaxObjectArg) {
651 data->object_arg = object_arg; // Allow IGET on any register, not just "this".
692 uint32_t object_arg = object_reg - arg_start; local
695 if (is_static || object_arg != 0u) {
703 // InlineIGetIPutData::object_arg/src_arg/return_arg_plus1 are each only 4 bits wide.
707 if (object_arg > kMaxObjectArg || src_arg > kMaxSrcArg || return_arg_plus1 > kMaxReturnArgPlus1)
    [all...]
inline_method_analyser.h 166 uint16_t object_arg : 4; member in struct:art::InlineIGetIPutData
  /art/compiler/optimizing/
inliner.cc     [all...]

Completed in 277 milliseconds