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.cpp1966 int32_t opNumber1 = right.GetInt(); in RunInternal() local
1976 int32_t opNumber1 = in RunInternal() local
2003 int32_t opNumber1 = right.GetInt(); in RunInternal() local
2013 int32_t opNumber1 = in RunInternal() local
2040 int32_t opNumber1 = right.GetInt(); in RunInternal() local
2048 int32_t opNumber1 = in RunInternal() local
2073 int32_t opNumber1 = right.GetInt(); in RunInternal() local
2080 int32_t opNumber1 = in RunInternal() local
2104 int32_t opNumber1 = right.GetInt(); in RunInternal() local
2111 int32_t opNumber1 = in RunInternal() local
[all …]
Dinterpreter_assembly.cpp1280 int32_t opNumber1 = right.GetInt(); in HandleShl2Imm8V8() local
1290 int32_t opNumber1 = in HandleShl2Imm8V8() local
1320 int32_t opNumber1 = right.GetInt(); in HandleShr2Imm8V8() local
1330 int32_t opNumber1 = in HandleShr2Imm8V8() local
1360 int32_t opNumber1 = right.GetInt(); in HandleAshr2Imm8V8() local
1368 int32_t opNumber1 = in HandleAshr2Imm8V8() local
1397 int32_t opNumber1 = right.GetInt(); in HandleAnd2Imm8V8() local
1404 int32_t opNumber1 = in HandleAnd2Imm8V8() local
1432 int32_t opNumber1 = right.GetInt(); in HandleOr2Imm8V8() local
1439 int32_t opNumber1 = in HandleOr2Imm8V8() local
[all …]
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1881 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeShl2() local
1908 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeShr2() local
2035 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeAshr2() local
2061 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeAnd2() local
2087 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeOr2() local
2113 int32_t opNumber1 = taggedNumber1.GetInt(); in RuntimeXor2() local