Home
last modified time | relevance | path

Searched refs:rt (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dasmjit_test.cpp53 JitRuntime rt; in TEST_F() local
57 code.init(rt.environment()); in TEST_F()
68 Error err = rt.add(&fn, &code); in TEST_F()
78 JitRuntime rt; in TEST_F() local
82 code.init(rt.environment()); in TEST_F()
111 Error err = rt.add(&fn, &code); in TEST_F()
120 JitRuntime rt; in TEST_F() local
123 code.init(rt.environment()); in TEST_F()
136 Error err = rt.add(&fn, &code); in TEST_F()
145 JitRuntime rt; in TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dasmjit_test.cpp57 JitRuntime rt; in TEST_F() local
61 code.init(rt.environment()); in TEST_F()
72 Error err = rt.add(&fn, &code); in TEST_F()
82 JitRuntime rt; in TEST_F() local
86 code.init(rt.environment()); in TEST_F()
115 Error err = rt.add(&fn, &code); in TEST_F()
124 JitRuntime rt; in TEST_F() local
127 code.init(rt.environment()); in TEST_F()
140 Error err = rt.add(&fn, &code); in TEST_F()
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
29 auto vm = rt->GetPandaVM(); in CreateManagedThread()
31 return coroman->CreateEntrypointlessCoroutine(rt, vm, true, "_coro_"); in CreateManagedThread()
37 auto rt = Runtime::GetCurrent(); in DestroyManagedThread() local
38 auto vm = rt->GetPandaVM(); in DestroyManagedThread()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.h300 void Ldp(const Register &rt, const Register &rt2, const MemoryOperand &operand);
301 void Stp(const Register &rt, const Register &rt2, const MemoryOperand &operand);
304 void Ldr(const Register &rt, const MemoryOperand &operand);
305 void Ldrh(const Register &rt, const MemoryOperand &operand);
306 void Ldrb(const Register &rt, const MemoryOperand &operand);
307 void Str(const Register &rt, const MemoryOperand &operand);
308 void Ldur(const Register &rt, const MemoryOperand &operand);
309 void Stur(const Register &rt, const MemoryOperand &operand);
341 void Cbz(const Register &rt, int32_t imm);
342 void Cbz(const Register &rt, Labe
[all...]
H A Dassembler_aarch64.cpp90 void AssemblerAarch64::Ldp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Ldp() argument
108 bool sf = !rt.IsW(); in Ldp()
116 Rn(operand.GetRegBase().GetId()) | Rt(rt.GetId()); in Ldp()
124 void AssemblerAarch64::Stp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Stp() argument
142 bool sf = !rt.IsW(); in Stp()
150 Rn(operand.GetRegBase().GetId()) | Rt(rt.GetId()); in Stp()
277 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) in Ldr() argument
279 bool regX = !rt.IsW(); in Ldr()
286 Rn(operand.GetRegBase().GetId()) | Rt(rt.GetId()); in Ldr()
298 extendField | shiftField | Rn(rn.GetId()) | Rt(rt in Ldr()
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...]
/arkcompiler/runtime_core/compiler/tests/x86/
H A Dasmjit_test.cpp29 JitRuntime rt; in TEST_F() local
33 code.init(rt.environment()); in TEST_F()
44 Error err = rt.add(&fn, &code); in TEST_F()
54 JitRuntime rt; in TEST_F() local
58 code.init(rt.environment()); in TEST_F()
87 Error err = rt.add(&fn, &code); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/x86/
H A Dasmjit_test.cpp28 JitRuntime rt; in TEST_F() local
32 code.init(rt.environment()); in TEST_F()
43 Error err = rt.add(&fn, &code); in TEST_F()
53 JitRuntime rt; in TEST_F() local
57 code.init(rt.environment()); in TEST_F()
86 Error err = rt.add(&fn, &code); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dreg_info.h163 void VRegTableValuesSet(uint32 idx, RegType rt, uint32 sz) const
165 new (&vRegTable[idx]) VirtualRegNode(rt, sz);
/arkcompiler/ets_runtime/test/regresstest/
H A Drun_regress_test.py500 lambda rt, _, _2: get_extra_error_message(rt))
555 lambda rt, _, _2: get_extra_error_message(rt))
724 lambda rt, _, _2: get_extra_error_message(rt))
865 lambda rt, out, err: self.extra_check_with_expect(rt, test_report, expect_file, out, err))
869 lambda rt, _, err: self.extra_check_with_assert(rt, er
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_date_time_format_second_test.cpp196 time_t rt = time(nullptr); in TimeOffset() local
198 tm gtm = *gmtime(&rt); in TimeOffset()
203 int offset = ((rt - gt) + (gtm2.tm_isdst ? 3600 : 0)) / 60; in TimeOffset()
/arkcompiler/runtime_core/static_core/scripts/
H A Dinstall-deps-ubuntu51 apt-get download libclang-rt-${llvm_version}-dev
52 ar x libclang-rt-${llvm_version}-dev*.deb
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h1739 void SetRangeGotoTable(SmallCaseVector rt)
1741 rangegotoTable = rt;
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js476 var S, A, T, v, E, C, x, w, R, I, M, B, D, P, O, N, L, F, V, k, U, G, z, H, j, X, W, Y, q, K, J, Z, Q, $, tt, et, it, st, nt, rt, ot, at, lt, ht, ct, ut, _t;
501 i(this, "bulletPropS", rt, this);
820 }), rt = e(G.prototype, "bulletPropS", [ P ], {
7946 return rt(this);
7963 function rt(t) {
7970 7 !== t.nodeType && 8 !== t.nodeType && e.push(rt(t));
9854 function rt(t, e) {
9867 rt(t, i);
9876 rt(t, i);
9885 removeAt: rt,
[all...]

Completed in 22 milliseconds