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

  /art/compiler/jni/quick/
calling_convention.cc 241 unsigned int arg_pos = GetIteratorPositionWithinShorty(); local
242 return arg_pos < NumArgs();
273 int arg_pos = GetIteratorPositionWithinShorty(); local
274 return IsParamAReference(arg_pos);
295 int arg_pos = GetIteratorPositionWithinShorty(); local
296 return IsParamAFloatOrDouble(arg_pos);
309 int arg_pos = GetIteratorPositionWithinShorty(); local
310 return IsParamADouble(arg_pos);
323 int arg_pos = GetIteratorPositionWithinShorty(); local
324 return IsParamALong(arg_pos);
342 int arg_pos = GetIteratorPositionWithinShorty(); local
    [all...]
  /art/runtime/interpreter/
interpreter.cc 417 for (size_t shorty_pos = 0, arg_pos = 0; cur_reg < num_regs; ++shorty_pos, ++arg_pos, cur_reg++) {
422 reinterpret_cast<StackReference<mirror::Object>*>(&args[arg_pos])->AsMirrorPtr();
427 uint64_t wide_value = (static_cast<uint64_t>(args[arg_pos + 1]) << 32) | args[arg_pos];
430 arg_pos++;
434 shadow_frame->SetVReg(cur_reg, args[arg_pos]);
  /tools/repohooks/tools/
checkpatch.pl     [all...]

Completed in 99 milliseconds