Home
last modified time | relevance | path

Searched defs:rt (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dasmjit_test.cpp57 JitRuntime rt; in TEST_F() local
82 JitRuntime rt; in TEST_F() local
124 JitRuntime rt; in TEST_F() local
149 JitRuntime rt; in TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/verification/
H A Dets_plugin.cpp28 auto rt = Runtime::GetCurrent(); in CreateManagedThread() local
37 auto rt = Runtime::GetCurrent(); in DestroyManagedThread() local
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dasmjit_test.cpp53 JitRuntime rt; in TEST_F() local
78 JitRuntime rt; in TEST_F() local
120 JitRuntime rt; in TEST_F() local
145 JitRuntime rt; in TEST_F() local
[all...]
/arkcompiler/runtime_core/compiler/tests/x86/
H A Dasmjit_test.cpp29 JitRuntime rt; in TEST_F() local
54 JitRuntime rt; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/x86/
H A Dasmjit_test.cpp28 JitRuntime rt; in TEST_F() local
53 JitRuntime rt; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_date_time_format_second_test.cpp196 time_t rt = time(nullptr); in TimeOffset() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp90 void AssemblerAarch64::Ldp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Ldp() argument
124 void AssemblerAarch64::Stp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Stp() argument
277 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) in Ldr() argument
303 Ldr(const Register &rt, const MemoryOperand &operand) Ldr() argument
308 Ldrh(const Register &rt, const MemoryOperand &operand) Ldrh() argument
314 Ldrb(const Register &rt, const MemoryOperand &operand) Ldrb() argument
320 Str(const Register &rt, const MemoryOperand &operand) Str() argument
357 Ldur(const Register &rt, const MemoryOperand &operand) Ldur() argument
369 Stur(const Register &rt, const MemoryOperand &operand) Stur() argument
960 Cbz(const Register &rt, Label *label) Cbz() argument
968 Cbnz(const Register &rt, Label *label) Cbnz() argument
976 Cbz(const Register &rt, int32_t imm) Cbz() argument
982 Cbnz(const Register &rt, int32_t imm) Cbnz() argument
988 Tbz(const Register &rt, int32_t bitPos, Label *label) Tbz() argument
996 Tbz(const Register &rt, int32_t bitPos, int32_t imm) Tbz() argument
1005 Tbnz(const Register &rt, int32_t bitPos, Label *label) Tbnz() argument
1013 Tbnz(const Register &rt, int32_t bitPos, int32_t imm) Tbnz() argument
[all...]

Completed in 7 milliseconds