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

  /art/runtime/arch/
instruction_set.h 208 constexpr size_t GetBytesPerFprSpillLocation(InstructionSet isa) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 439 return fpr_args_ + (fpr_double_index_ * GetBytesPerFprSpillLocation(kRuntimeISA));
442 return fpr_args_ + (fpr_index_ * GetBytesPerFprSpillLocation(kRuntimeISA));
455 (GetBytesPerFprSpillLocation(kRuntimeISA) == 4)) {
589 is_split_long_or_double_ = (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) &&
608 if (GetBytesPerFprSpillLocation(kRuntimeISA) == 4) {
    [all...]
  /art/runtime/
cha.cc 235 GetBytesPerFprSpillLocation(kRuntimeISA);
  /art/oatdump/
oatdump.cc     [all...]

Completed in 912 milliseconds