Home
last modified time | relevance | path

Searched refs:ABI (Results 1 – 4 of 4) sorted by relevance

/art/tools/timeout_dumper/
Dtimeout_dumper.cc374 enum class ABI { kArm, kArm64, kMips, kMips64, kX86, kX86_64 }; in DumpABI() enum
376 constexpr ABI kDumperABI = ABI::kArm; in DumpABI()
378 constexpr ABI kDumperABI = ABI::kArm64; in DumpABI()
380 constexpr ABI kDumperABI = ABI::kMips; in DumpABI()
382 constexpr ABI kDumperABI = ABI::kMips64; in DumpABI()
384 constexpr ABI kDumperABI = ABI::kX86; in DumpABI()
386 constexpr ABI kDumperABI = ABI::kX86_64; in DumpABI()
395 ABI to_print; in DumpABI()
400 case ABI::kArm: in DumpABI()
401 case ABI::kArm64: in DumpABI()
[all …]
/art/test/419-long-parameter/
Dinfo.txt2 on 32bits architectures. The move to hard float ABI makes it so that the
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S654 str lr, [sp, r10] @ Store link register per the compiler ABI
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S709 sw $ra, 0($t0) # Store RA per the compiler ABI