Home
last modified time | relevance | path

Searched defs:opNumber0 (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()
287 int32_t opNumber0 = 0; in ShlWithTSType() local
303 int32_t opNumber0 = 0; in ShrWithTSType() local
317 int32_t opNumber0 = 0; in AshrWithTSType() local
333 int32_t opNumber0 = 0; in AndWithTSType() local
346 int32_t opNumber0 = 0; in OrWithTSType() local
359 int32_t opNumber0 = 0; in XorWithTSType() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1814 int32_t opNumber0 = left.GetInt(); in RunInternal() local
1823 int32_t opNumber0 = in RunInternal() local
1851 int32_t opNumber0 = left.GetInt(); in RunInternal() local
1860 int32_t opNumber0 = in RunInternal() local
1888 int32_t opNumber0 = left.GetInt(); in RunInternal() local
1895 int32_t opNumber0 = in RunInternal() local
1921 int32_t opNumber0 = left.GetInt(); in RunInternal() local
1927 int32_t opNumber0 = in RunInternal() local
1952 int32_t opNumber0 = left.GetInt(); in RunInternal() local
1958 int32_t opNumber0 = in RunInternal() local
[all …]
Dinterpreter_assembly.cpp1210 int32_t opNumber0 = left.GetInt(); in HandleShl2Imm8V8() local
1219 int32_t opNumber0 = in HandleShl2Imm8V8() local
1250 int32_t opNumber0 = left.GetInt(); in HandleShr2Imm8V8() local
1259 int32_t opNumber0 = in HandleShr2Imm8V8() local
1290 int32_t opNumber0 = left.GetInt(); in HandleAshr2Imm8V8() local
1297 int32_t opNumber0 = in HandleAshr2Imm8V8() local
1327 int32_t opNumber0 = left.GetInt(); in HandleAnd2Imm8V8() local
1333 int32_t opNumber0 = in HandleAnd2Imm8V8() local
1362 int32_t opNumber0 = left.GetInt(); in HandleOr2Imm8V8() local
1368 int32_t opNumber0 = in HandleOr2Imm8V8() local
[all …]
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1467 int32_t opNumber0 = taggedNumber0.GetInt(); in RuntimeShl2() local
1494 int32_t opNumber0 = taggedNumber0.GetInt(); in RuntimeShr2() local
1621 int32_t opNumber0 = taggedNumber0.GetInt(); in RuntimeAshr2() local
1647 int32_t opNumber0 = taggedNumber0.GetInt(); in RuntimeAnd2() local
1673 int32_t opNumber0 = taggedNumber0.GetInt(); in RuntimeOr2() local
1699 int32_t opNumber0 = taggedNumber0.GetInt(); in RuntimeXor2() local