Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 104) sorted by relevance

12345

/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerstub_unit/
Daotcompilerstub_unit.cpp79 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_AOT_COMPILER); variable
96 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_STOP_AOT_COMPILER); variable
113 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_GET_AOT_VERSION); variable
130 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_NEED_RE_COMPILE); variable
147 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_INVALID); variable
164 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_AOT_COMPILER); variable
182 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_AOT_COMPILER); variable
201 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_AOT_COMPILER); variable
220 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_AOT_COMPILER); variable
239 uint32_t code = static_cast<uint32_t>(TEST_COMMAND_GET_AOT_VERSION); variable
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/exceptions/
Dts_custom_exception.ts18 code: number; property
22 code: number; property in CustomErrorA
Dts_custom_exception.js16 constructor(message, code) { argument
22 function createCustomErrorA(message, code) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/slices/
Dcode.ts22 code: string property
30 code: '', constant
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dasmjit_test.cpp60 CodeHolder code(GetAllocator()); in TEST_F() local
85 CodeHolder code(GetAllocator()); in TEST_F() local
126 CodeHolder code(GetAllocator()); in TEST_F() local
151 CodeHolder code(GetAllocator()); in TEST_F() local
176 CodeHolder code(GetAllocator()); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dmachine_code_test.cpp104 MachineCode *code = MachineCode::Cast(machineCode); in HWTEST_F_L0() local
133 MachineCode *code = MachineCode::Cast(machineCode); in HWTEST_F_L0() local
161 MachineCode *code = MachineCode::Cast(machineCode); in HWTEST_F_L0() local
187 MachineCode *code = MachineCode::Cast(machineCode); in HWTEST_F_L0() local
213 MachineCode *code = MachineCode::Cast(machineCode); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dasmjit_test.cpp56 CodeHolder code(GetAllocator()); in TEST_F() local
81 CodeHolder code(GetAllocator()); in TEST_F() local
122 CodeHolder code(GetAllocator()); in TEST_F() local
147 CodeHolder code(GetAllocator()); in TEST_F() local
172 CodeHolder code(GetAllocator()); in TEST_F() local
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/export-and-import/class-inheritance-add/
Dtestc_mod.ts23 code(): string method in tcc
Dtestc.ts23 code(): string method in tcc
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp673 uint32_t code = Sf(!rd.IsW()) | op | imm_field | hw_field | Rd(rd.GetId()); in MovWide() local
713 uint32_t code = Sf(!rd.IsW()) | op | imm | Rn(rn.GetId()) | Rd(rd.GetId()); in BitWiseOpImm() local
721 uint32_t code = Sf(!rd.IsW()) | op | shift_field | Rm(operand.Reg().GetId()) | in BitWiseOpShift() local
728 uint32_t code = Sf(!rd.IsW()) | LSL_Reg | Rm(rm.GetId()) | Rn(rn.GetId()) | Rd(rd.GetId()); in Lsl() local
734 uint32_t code = Sf(!rd.IsW()) | LSR_Reg | Rm(rm.GetId()) | Rn(rn.GetId()) | Rd(rd.GetId()); in Lsr() local
744 uint32_t code = Sf(sf) | UBFM | n | immr_field | imms_field | Rn(rn.GetId()) | Rd(rd.GetId()); in Ubfm() local
754 uint32_t code = Sf(sf) | BFM | n | immr_field | imms_field | Rn(rn.GetId()) | Rd(rd.GetId()); in Bfm() local
862 …uint32_t code = Sf(!rd.IsW()) | op | flags_field | shift_field | imm_field | Rd(rd.GetId()) | Rn(r… in AddSubImm() local
870 uint32_t code = 0; in AddSubReg() local
897 …uint32_t code = Sf(!rd.IsW()) | CSEL | Rm(operand.Reg().GetId()) | cond_field | Rn(rn.GetId()) | R… in CMov() local
[all …]
/arkcompiler/runtime_core/compiler/tests/x86/
Dasmjit_test.cpp32 CodeHolder code; in TEST_F() local
57 CodeHolder code; in TEST_F() local
99 CodeHolder code; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/x86/
Dasmjit_test.cpp31 CodeHolder code; in TEST_F() local
56 CodeHolder code; in TEST_F() local
98 CodeHolder code; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dopcodes.h30 inline constexpr bool IsDAssign(Opcode code) in IsDAssign()
35 inline constexpr bool IsCallAssigned(Opcode code) in IsCallAssigned()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dcompilation.cpp41 static UsedRegisters CollectForCode(ArenaAllocator *allocator, Span<const uint8_t> code) in CollectForCode()
107 uint32_t code = reg.GetCode(); in AppendRegisterNameToOutput() local
259 auto code = llvmCompiler->GetCompiledCode(unit->GetName()); in Compile() local
365 auto code = unit->GetCode(); in MakeElf() local
Dfunction.cpp83 auto code = GetGraph()->GetCode(); in Compile() local
134 void Function::SetCode(Span<uint8_t> code) in SetCode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_assembler.h370 void Encodeb(uint64 code) in Encodeb()
375 void Encodeb(const uint8 *code, size_t codeSize) in Encodeb()
382 void Encodeb(uint64 code, size_t codeSize) in Encodeb()
390 void Encodew(uint64 code) in Encodew()
395 void Encoded(uint64 code) in Encoded()
400 void Encodeq(uint64 code) in Encodeq()
407 uint64 code = static_cast<uint64>(relOffset - position - codeSize); in FixupEncode() local
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/selectors/
DappState.test.ts37 code: 'initial code', constant
/arkcompiler/runtime_core/panda_guard/generator/
Dorder_name_generator.cpp48 std::string panda::guard::OrderNameGenerator::FromCharCode(uint32_t code) in FromCharCode()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/
Dtest_this.py27 code = """\ variable
/arkcompiler/ets_runtime/tools/circuit_viewer/src/
Dindex.js52 function myKey(type, code) { argument
/arkcompiler/toolchain/test/fuzztest/dispatcher/dispatchresponsecreatecode_fuzzer/
Ddispatchresponsecreatecode_fuzzer.cpp32 ResponseCode code = ResponseCode::OK; in DispatchResponseCreateCodeFuzzTest() local
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dd_ts.lib2.d.ts32 code: number; property
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/models/
Dcode.ts19 code: string property
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/components/mosaic/
Dstyles.module.scss43 .code { class
/arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/src/arkts_playground/models/
Dcommon.py30 code: Optional[str] = None variable in DisasmResponse

12345