Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ts2panda/scripts/
DdiagnosticMessages.json4 "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/
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/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/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp676 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/
Dindex.js52 function myKey(type, code) { argument
/arkcompiler/ets_runtime/test/moduletest/linkedhashtable/
Dlinkedhashtable.js23 let obj1 = {"code": 800000005}; property
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_errors.cpp23 JSHandle<JSTaggedValue> code(thread, JSTaggedValue(errorCode)); in BusinessError() local
/arkcompiler/ets_frontend/es2panda/test/
Dtest262harness.js19 evalScript(code) { argument
/arkcompiler/runtime_core/compiler/tests/
Dbranch_elimination_test.cpp789 …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()
Daot_test.cpp255 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
Dcompiler_inst_test.cpp61 auto code = GetInverseConditionCode(data); variable
113 auto code = SwapOperandsConditionCode(data); variable
Ddump_test.cpp328 auto code = GetCondCodeToString(first_imm_inst.GetCc(), graph->GetAllocator()); in __anon51f1233e0402() local
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp93 DispatchResponse DispatchResponse::Create(ResponseCode code, const std::string &msg) in Create()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_displaynames.cpp104 …JSHandle<EcmaString> code = JSDisplayNames::CanonicalCodeForDisplayNames(thread, displayNames, typ… in Of() local
/arkcompiler/toolchain/tooling/test/
Ddispatcher_test.cpp112 ResponseCode code = ResponseCode::OK; in HWTEST_F_L0() local
Dprotocol_handler_test.cpp99 ResponseCode code = ResponseCode::NOK; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.h307 char32_t code = 0; in ScanHexEscape() local
Dlexer.cpp55 double code = 0; in ScanUnicodeCodePointEscape() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/
DGLFrame.js211 callbackKey(type, code) { argument
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_displaynames_test.cpp200 JSHandle<EcmaString> code = factory->NewFromASCII("Kana"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h221 #define SET_DATE_VALUE(name, code, isLocal) \ argument
270 #define GET_DATE_VALUE(name, code, isLocal) \ argument
Djs_displaynames.cpp239 const JSHandle<EcmaString> &code) in CanonicalCodeForDisplayNames()
Djs_date.cpp841 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/
Dinst.h81 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/
Dslowpath_lowering.cpp3035 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

12