Home
last modified time | relevance | path

Searched defs:a0 (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DconstEnumToStringNoComments.ts60 let a0 = Foo.A.toString(); variable
DconstEnumToStringWithComments.ts60 let a0 = Foo.A.toString(); variable
DfunctionExpressionContextualTyping1.ts29 let a0: (n: number, s: string) => number = (num, str) => { variable
DtransformsElideNullUndefinedType.ts122 get a0(): null { variable
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_number.h95 int64_t a0 = GetInt(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp499 uint32_t a0 = READ_INST_8_1(); in InitBytecodeInfo() local
505 uint32_t a0 = READ_INST_8_2(); in InitBytecodeInfo() local
511 uint32_t a0 = READ_INST_8_1(); in InitBytecodeInfo() local
518 uint32_t a0 = READ_INST_8_1(); in InitBytecodeInfo() local
551 uint32_t a0 = READ_INST_8_2(); in InitBytecodeInfo() local
560 uint32_t a0 = READ_INST_8_2(); in InitBytecodeInfo() local
Dbuiltins_lowering.cpp226 GateRef a0 = acc_.GetValueIn(gate, index++); in LowerTypedLocaleCompare() local
Dts_hcr_lowering.cpp1088 void TSHCRLowering::SpeculateCallBuiltin(GateRef gate, GateRef func, GateRef a0, BuiltinsStubCSigns… in SpeculateCallBuiltin()
1101 GateRef a0 = acc_.GetValueIn(gate, 1); // 1: the first-para in SpeculateCallThis3Builtin() local
1367 GateRef a0 = acc_.GetValueIn(gate, 1); // 1:parameter index in LowerTypedCallthis1() local
Dinterpreter_stub.cpp3595 GateRef a0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local
3608 GateRef a0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
3620 GateRef a0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local
3635 GateRef a0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
3649 GateRef a0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local
3666 GateRef a0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
3778 GateRef a0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
3791 GateRef a0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
3806 GateRef a0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
Dslowpath_lowering.cpp2892 GateRef a0 = acc_.GetValueIn(gate, 1); // 1:first parameter in LowerCallThisArg1() local
2905 GateRef a0 = acc_.GetValueIn(gate, 0); in LowerCallargs2Imm8V8V8() local
2920 GateRef a0 = acc_.GetValueIn(gate, 0); in LowerCallargs3Imm8V8V8() local
Dcircuit_builder-inl.h1198 inline GateRef CircuitBuilder::TypedCallThis3Builtin(GateRef hirGate, GateRef thisObj, GateRef a0, … in TypedCallThis3Builtin()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1183 uint32_t a0 = READ_INST_8_1(); in RunInternal() local
1193 uint32_t a0 = READ_INST_8_2(); in RunInternal() local
1202 uint32_t a0 = READ_INST_8_1(); in RunInternal() local
1213 uint32_t a0 = READ_INST_8_2(); in RunInternal() local
1223 uint32_t a0 = READ_INST_8_1(); in RunInternal() local
1235 uint32_t a0 = READ_INST_8_2(); in RunInternal() local
1255 uint32_t a0 = READ_INST_8_2(); in RunInternal() local
1264 uint32_t a0 = READ_INST_8_2(); in RunInternal() local
1274 uint32_t a0 = READ_INST_8_2(); in RunInternal() local
1641 int32_t a0; in RunInternal() local
[all …]
Dinterpreter_assembly.cpp729 int32_t a0 = value.GetInt(); in HandleIncImm8() local
756 int32_t a0 = value.GetInt(); in HandleDecImm8() local
931 int32_t a0; in HandleAdd2Imm8V8() local
967 int32_t a0; in HandleSub2Imm8V8() local
4580 int32_t a0 = value.GetInt(); in HandleDeprecatedDecPrefV8() local
4611 int32_t a0 = value.GetInt(); in HandleDeprecatedIncPrefV8() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp805 T a0 = values[i]; in TestAddOverflow() local
871 T a0 = values[i]; in TestSubOverflow() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp806 T a0 = values[i]; in TestAddOverflow() local
872 T a0 = values[i]; in TestSubOverflow() local