/arkcompiler/ets_frontend/ts2panda/scripts/ |
D | diagnosticMessages.json | 4 "code": 1003 number 8 "code": 1013 number 12 "code": 1014 number 16 "code": 1015 number 20 "code": 1016 number 24 "code": 1024 number 28 "code": 1028 number 32 "code": 1029 number 36 "code": 1030 number 40 "code": 1031 number [all …]
|
/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/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/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64.cpp | 676 uint32_t code = Sf(!rd.IsW()) | op | imm_field | hw_field | Rd(rd.GetId()); in MovWide() local 716 uint32_t code = Sf(!rd.IsW()) | op | imm | Rn(rn.GetId()) | Rd(rd.GetId()); in BitWiseOpImm() local 724 uint32_t code = Sf(!rd.IsW()) | op | shift_field | Rm(operand.Reg().GetId()) | in BitWiseOpShift() local 731 uint32_t code = Sf(!rd.IsW()) | LSL_Reg | Rm(rm.GetId()) | Rn(rn.GetId()) | Rd(rd.GetId()); in Lsl() local 737 uint32_t code = Sf(!rd.IsW()) | LSR_Reg | Rm(rm.GetId()) | Rn(rn.GetId()) | Rd(rd.GetId()); in Lsr() local 747 uint32_t code = Sf(sf) | UBFM | n | immr_field | imms_field | Rn(rn.GetId()) | Rd(rd.GetId()); in Ubfm() local 857 …uint32_t code = Sf(!rd.IsW()) | op | flags_field | shift_field | imm_field | Rd(rd.GetId()) | Rn(r… in AddSubImm() local 865 uint32_t code = 0; in AddSubReg() local 892 …uint32_t code = Sf(!rd.IsW()) | CSEL | Rm(operand.Reg().GetId()) | cond_field | Rn(rn.GetId()) | R… in CMov() local 906 uint32_t code = BranchOpCode::Branch | ((imm << BRANCH_Imm26_LOWBITS) & BRANCH_Imm26_MASK); in B() local [all …]
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ |
D | index.js | 52 function myKey(type, code) { argument
|
/arkcompiler/ets_runtime/test/moduletest/linkedhashtable/ |
D | linkedhashtable.js | 23 let obj1 = {"code": 800000005}; property
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_errors.cpp | 23 JSHandle<JSTaggedValue> code(thread, JSTaggedValue(errorCode)); in BusinessError() local
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | test262harness.js | 19 evalScript(code) { argument
|
/arkcompiler/runtime_core/compiler/tests/ |
D | branch_elimination_test.cpp | 789 …ationTest::BuildContitionsCheckGraph(Graph *graph, ConditionCode dominant_code, ConditionCode code) in BuildContitionsCheckGraph() 851 ConditionCode code) in BuildContitionsCheckGraphElimFalseSucc() 907 ConditionCode code) in BuildContitionsCheckGraphElimTrueSucc() 949 …anchEliminationTest::BuildGraphAndCheckElimination(ConditionCode dominant_code, ConditionCode code) in BuildGraphAndCheckElimination()
|
D | aot_test.cpp | 255 auto code = cls.FindMethodCodeEntry(0); in TEST_F() local 261 auto code = cls.FindMethodCodeEntry(1); in TEST_F() local 601 auto code = cls.FindMethodCodeEntry(0); in TEST_F() local 607 auto code = cls.FindMethodCodeEntry(1); in TEST_F() local
|
D | compiler_inst_test.cpp | 61 auto code = GetInverseConditionCode(data); variable 113 auto code = SwapOperandsConditionCode(data); variable
|
D | dump_test.cpp | 328 auto code = GetCondCodeToString(first_imm_inst.GetCc(), graph->GetAllocator()); in __anon51f1233e0402() local
|
/arkcompiler/toolchain/tooling/ |
D | dispatcher.cpp | 93 DispatchResponse DispatchResponse::Create(ResponseCode code, const std::string &msg) in Create()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_displaynames.cpp | 104 …JSHandle<EcmaString> code = JSDisplayNames::CanonicalCodeForDisplayNames(thread, displayNames, typ… in Of() local
|
/arkcompiler/toolchain/tooling/test/ |
D | dispatcher_test.cpp | 112 ResponseCode code = ResponseCode::OK; in HWTEST_F_L0() local
|
D | protocol_handler_test.cpp | 99 ResponseCode code = ResponseCode::NOK; in HWTEST_F_L0() local
|
/arkcompiler/ets_frontend/es2panda/lexer/ |
D | lexer.h | 307 char32_t code = 0; in ScanHexEscape() local
|
D | lexer.cpp | 55 double code = 0; in ScanUnicodeCodePointEscape() local
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/ |
D | GLFrame.js | 211 callbackKey(type, code) { argument
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_displaynames_test.cpp | 200 JSHandle<EcmaString> code = factory->NewFromASCII("Kana"); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_macros.h | 221 #define SET_DATE_VALUE(name, code, isLocal) \ argument 270 #define GET_DATE_VALUE(name, code, isLocal) \ argument
|
D | js_displaynames.cpp | 239 const JSHandle<EcmaString> &code) in CanonicalCodeForDisplayNames()
|
D | js_date.cpp | 841 double JSDate::GetDateValue(double timeMs, uint8_t code, bool isLocal) const in GetDateValue() 851 JSTaggedValue JSDate::SetDateValue(EcmaRuntimeCallInfo *argv, uint32_t code, bool isLocal) const in SetDateValue()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | inst.h | 81 inline ConditionCode GetInverseConditionCode(ConditionCode code) in GetInverseConditionCode() 93 inline ConditionCode InverseSignednessConditionCode(ConditionCode code) in InverseSignednessConditionCode() 129 inline bool IsSignedConditionCode(ConditionCode code) in IsSignedConditionCode() 153 inline ConditionCode SwapOperandsConditionCode(ConditionCode code) in SwapOperandsConditionCode()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | slowpath_lowering.cpp | 3035 GateRef code = builder_.GetCodeAddr(method); in LowerFastCall() local 3065 GateRef code = builder_.GetCodeAddr(method); in LowerFastCall() local 3111 GateRef code = builder_.GetCodeAddr(method); in LowerTypedCall() local 3129 GateRef code = builder_.GetCodeAddr(method); in LowerTypedFastCall() local
|