| /arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerstub_unit/ |
| D | aotcompilerstub_unit.cpp | 79 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/ |
| D | ts_custom_exception.ts | 18 code: number; property 22 code: number; property in CustomErrorA
|
| D | ts_custom_exception.js | 16 constructor(message, code) { argument 22 function createCustomErrorA(message, code) { argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/slices/ |
| D | code.ts | 22 code: string property 30 code: '', constant
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | asmjit_test.cpp | 60 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/ |
| D | machine_code_test.cpp | 104 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/ |
| D | asmjit_test.cpp | 56 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/ |
| D | testc_mod.ts | 23 code(): string method in tcc
|
| D | testc.ts | 23 code(): string method in tcc
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 673 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/ |
| D | asmjit_test.cpp | 32 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/ |
| D | asmjit_test.cpp | 31 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/ |
| D | opcodes.h | 30 inline constexpr bool IsDAssign(Opcode code) in IsDAssign() 35 inline constexpr bool IsCallAssigned(Opcode code) in IsCallAssigned()
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | compilation.cpp | 41 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
|
| D | function.cpp | 83 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/ |
| D | elf_assembler.h | 370 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/ |
| D | appState.test.ts | 37 code: 'initial code', constant
|
| /arkcompiler/runtime_core/panda_guard/generator/ |
| D | order_name_generator.cpp | 48 std::string panda::guard::OrderNameGenerator::FromCharCode(uint32_t code) in FromCharCode()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/ |
| D | test_this.py | 27 code = """\ variable
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/ |
| D | index.js | 52 function myKey(type, code) { argument
|
| /arkcompiler/toolchain/test/fuzztest/dispatcher/dispatchresponsecreatecode_fuzzer/ |
| D | dispatchresponsecreatecode_fuzzer.cpp | 32 ResponseCode code = ResponseCode::OK; in DispatchResponseCreateCodeFuzzTest() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | d_ts.lib2.d.ts | 32 code: number; property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/models/ |
| D | code.ts | 19 code: string property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/components/mosaic/ |
| D | styles.module.scss | 43 .code { class
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/src/arkts_playground/models/ |
| D | common.py | 30 code: Optional[str] = None variable in DisasmResponse
|