Home
last modified time | relevance | path

Searched defs:opNumber1 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h247 int32_t &opNumber0, int32_t &opNumber1, BinaryType opType) in GetBitOPDate()
288 int32_t opNumber1 = 0; in ShlWithTSType() local
304 int32_t opNumber1 = 0; in ShrWithTSType() local
318 int32_t opNumber1 = 0; in AshrWithTSType() local
334 int32_t opNumber1 = 0; in AndWithTSType() local
347 int32_t opNumber1 = 0; in OrWithTSType() local
360 int32_t opNumber1 = 0; in XorWithTSType() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1815 int32_t opNumber1 = right.GetInt(); in RunInternal() local
1825 int32_t opNumber1 = in RunInternal() local
1852 int32_t opNumber1 = right.GetInt(); in RunInternal() local
1862 int32_t opNumber1 = in RunInternal() local
1889 int32_t opNumber1 = right.GetInt(); in RunInternal() local
1897 int32_t opNumber1 = in RunInternal() local
1922 int32_t opNumber1 = right.GetInt(); in RunInternal() local
1929 int32_t opNumber1 = in RunInternal() local
1953 int32_t opNumber1 = right.GetInt(); in RunInternal() local
1960 int32_t opNumber1 = in RunInternal() local
[all …]
Dinterpreter_assembly.cpp1211 int32_t opNumber1 = right.GetInt(); in HandleShl2Imm8V8() local
1221 int32_t opNumber1 = in HandleShl2Imm8V8() local
1251 int32_t opNumber1 = right.GetInt(); in HandleShr2Imm8V8() local
1261 int32_t opNumber1 = in HandleShr2Imm8V8() local
1291 int32_t opNumber1 = right.GetInt(); in HandleAshr2Imm8V8() local
1299 int32_t opNumber1 = in HandleAshr2Imm8V8() local
1328 int32_t opNumber1 = right.GetInt(); in HandleAnd2Imm8V8() local
1335 int32_t opNumber1 = in HandleAnd2Imm8V8() local
1363 int32_t opNumber1 = right.GetInt(); in HandleOr2Imm8V8() local
1370 int32_t opNumber1 = in HandleOr2Imm8V8() local
[all …]
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1468 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeShl2() local
1495 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeShr2() local
1622 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeAshr2() local
1648 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeAnd2() local
1674 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeOr2() local
1700 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeXor2() local