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.h258 int32_t &opNumber0, int32_t &opNumber1, BinaryType opType) in GetBitOPDate()
300 int32_t opNumber1 = 0; in ShlWithTSType() local
316 int32_t opNumber1 = 0; in ShrWithTSType() local
330 int32_t opNumber1 = 0; in AshrWithTSType() local
346 int32_t opNumber1 = 0; in AndWithTSType() local
359 int32_t opNumber1 = 0; in OrWithTSType() local
372 int32_t opNumber1 = 0; in XorWithTSType() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1905 int32_t opNumber1 = right.GetInt(); in RunInternal() local
1915 int32_t opNumber1 = in RunInternal() local
1942 int32_t opNumber1 = right.GetInt(); in RunInternal() local
1952 int32_t opNumber1 = in RunInternal() local
1979 int32_t opNumber1 = right.GetInt(); in RunInternal() local
1987 int32_t opNumber1 = in RunInternal() local
2012 int32_t opNumber1 = right.GetInt(); in RunInternal() local
2019 int32_t opNumber1 = in RunInternal() local
2043 int32_t opNumber1 = right.GetInt(); in RunInternal() local
2050 int32_t opNumber1 = in RunInternal() local
[all …]
Dinterpreter_assembly.cpp1255 int32_t opNumber1 = right.GetInt(); in HandleShl2Imm8V8() local
1265 int32_t opNumber1 = in HandleShl2Imm8V8() local
1295 int32_t opNumber1 = right.GetInt(); in HandleShr2Imm8V8() local
1305 int32_t opNumber1 = in HandleShr2Imm8V8() local
1335 int32_t opNumber1 = right.GetInt(); in HandleAshr2Imm8V8() local
1343 int32_t opNumber1 = in HandleAshr2Imm8V8() local
1372 int32_t opNumber1 = right.GetInt(); in HandleAnd2Imm8V8() local
1379 int32_t opNumber1 = in HandleAnd2Imm8V8() local
1407 int32_t opNumber1 = right.GetInt(); in HandleOr2Imm8V8() local
1414 int32_t opNumber1 = in HandleOr2Imm8V8() local
[all …]
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1533 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeShl2() local
1560 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeShr2() local
1687 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeAshr2() local
1713 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeAnd2() local
1739 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeOr2() local
1765 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeXor2() local