Home
last modified time | relevance | path

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

/art/tools/signal_dumper/
Dsignal_dumper.cc371 enum class ABI { kArm, kArm64, kX86, kX86_64 }; in DumpABI() enum
373 constexpr ABI kDumperABI = ABI::kArm; in DumpABI()
375 constexpr ABI kDumperABI = ABI::kArm64; in DumpABI()
377 constexpr ABI kDumperABI = ABI::kX86; in DumpABI()
379 constexpr ABI kDumperABI = ABI::kX86_64; in DumpABI()
388 ABI to_print; in DumpABI()
393 case ABI::kArm: in DumpABI()
394 case ABI::kArm64: in DumpABI()
395 to_print = ABI::kArm64; in DumpABI()
397 case ABI::kX86: 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/perfetto_hprof/
DAndroid.bp19 // communicate to the system trace. This is an API whose ABI is maintained
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S524 str lr, [sp, r10] @ Store link register per the compiler ABI