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.h1950 int32_t opNumber1 = right.GetInt(); in RunInternal() local
1960 int32_t opNumber1 = in RunInternal() local
1987 int32_t opNumber1 = right.GetInt(); in RunInternal() local
1997 int32_t opNumber1 = in RunInternal() local
2024 int32_t opNumber1 = right.GetInt(); in RunInternal() local
2032 int32_t opNumber1 = in RunInternal() local
2057 int32_t opNumber1 = right.GetInt(); in RunInternal() local
2064 int32_t opNumber1 = in RunInternal() local
2088 int32_t opNumber1 = right.GetInt(); in RunInternal() local
2095 int32_t opNumber1 = in RunInternal() local
[all …]
Dinterpreter_assembly.cpp1288 int32_t opNumber1 = right.GetInt(); in HandleShl2Imm8V8() local
1298 int32_t opNumber1 = in HandleShl2Imm8V8() local
1328 int32_t opNumber1 = right.GetInt(); in HandleShr2Imm8V8() local
1338 int32_t opNumber1 = in HandleShr2Imm8V8() local
1368 int32_t opNumber1 = right.GetInt(); in HandleAshr2Imm8V8() local
1376 int32_t opNumber1 = in HandleAshr2Imm8V8() local
1405 int32_t opNumber1 = right.GetInt(); in HandleAnd2Imm8V8() local
1412 int32_t opNumber1 = in HandleAnd2Imm8V8() local
1440 int32_t opNumber1 = right.GetInt(); in HandleOr2Imm8V8() local
1447 int32_t opNumber1 = in HandleOr2Imm8V8() local
[all …]
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1724 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeShl2() local
1751 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeShr2() local
1878 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeAshr2() local
1904 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeAnd2() local
1930 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeOr2() local
1956 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeXor2() local