Home
last modified time | relevance | path

Searched refs:kMaxIntOffset (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/calling_conventions/include/berberis/calling_conventions/
Dcalling_conventions_riscv64.h51 CallingConventions(StackOnly) : int_offset_(kMaxIntOffset), fp_offset_(kMaxFpOffset) {} in CallingConventions()
58 if (int_offset_ < kMaxIntOffset) { in GetNextIntArgLoc()
119 static constexpr unsigned kMaxIntOffset = 8u; variable
Dcalling_conventions_arm64.h56 if (aligned_int_offset + size_in_regs <= kMaxIntOffset) { in GetNextIntArgLoc()
65 int_offset_ = kMaxIntOffset; in GetNextIntArgLoc()
113 static constexpr unsigned kMaxIntOffset = 8u; variable
Dcalling_conventions_x86_64.h51 if (int_offset_ + size_in_regs <= kMaxIntOffset) { in GetNextIntArgLoc()
106 static constexpr unsigned kMaxIntOffset = 6u; variable