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

  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 114 if (IsParamALongOrDouble(cur_arg)) {
166 IsParamALongOrDouble(arg_pos)) {
188 if ((itr_args_ >= 2) && IsParamALongOrDouble(arg_pos)) {
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 114 if (IsParamALongOrDouble(cur_arg)) {
169 IsParamALongOrDouble(arg_pos)) {
191 if ((itr_args_ >= 2) && IsParamALongOrDouble(arg_pos)) {
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 83 bool IsParamALongOrDouble() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
84 return caller_mh_.IsParamALongOrDouble(param_index_);
98 if (IsParamALongOrDouble() && cur_arg_index_ == 2) {
103 cur_arg_index_ += (IsParamALongOrDouble() ? 2 : 1);
110 if (IsParamALongOrDouble() && cur_arg_index_ % 2 != 0) {
115 cur_arg_index_ += (IsParamALongOrDouble() ? 2 : 1);
128 args_in_regs = args_in_regs + (mh.IsParamALongOrDouble(i) ? 2 : 1);
  /art/compiler/jni/quick/
calling_convention.cc 58 IsParamALongOrDouble(itr_args_)) {
151 if (IsParamALongOrDouble(arg_pos)) {
calling_convention.h 110 bool IsParamALongOrDouble(unsigned int param) const {
  /art/runtime/
method_helper.h 98 bool IsParamALongOrDouble(size_t param) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 111 int32_t size = IsParamALongOrDouble(itr_args_)? 8 : 4;
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 279 bool IsParamALongOrDouble() const {
    [all...]

Completed in 98 milliseconds