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.h258 int32_t &opNumber0, int32_t &opNumber1, BinaryType opType) in GetBitOPDate()
299 int32_t opNumber0 = 0; in ShlWithTSType() local
315 int32_t opNumber0 = 0; in ShrWithTSType() local
329 int32_t opNumber0 = 0; in AshrWithTSType() local
345 int32_t opNumber0 = 0; in AndWithTSType() local
358 int32_t opNumber0 = 0; in OrWithTSType() local
371 int32_t opNumber0 = 0; in XorWithTSType() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1904 int32_t opNumber0 = left.GetInt(); in RunInternal() local
1913 int32_t opNumber0 = in RunInternal() local
1941 int32_t opNumber0 = left.GetInt(); in RunInternal() local
1950 int32_t opNumber0 = in RunInternal() local
1978 int32_t opNumber0 = left.GetInt(); in RunInternal() local
1985 int32_t opNumber0 = in RunInternal() local
2011 int32_t opNumber0 = left.GetInt(); in RunInternal() local
2017 int32_t opNumber0 = in RunInternal() local
2042 int32_t opNumber0 = left.GetInt(); in RunInternal() local
2048 int32_t opNumber0 = in RunInternal() local
[all …]
Dinterpreter_assembly.cpp1254 int32_t opNumber0 = left.GetInt(); in HandleShl2Imm8V8() local
1263 int32_t opNumber0 = in HandleShl2Imm8V8() local
1294 int32_t opNumber0 = left.GetInt(); in HandleShr2Imm8V8() local
1303 int32_t opNumber0 = in HandleShr2Imm8V8() local
1334 int32_t opNumber0 = left.GetInt(); in HandleAshr2Imm8V8() local
1341 int32_t opNumber0 = in HandleAshr2Imm8V8() local
1371 int32_t opNumber0 = left.GetInt(); in HandleAnd2Imm8V8() local
1377 int32_t opNumber0 = in HandleAnd2Imm8V8() local
1406 int32_t opNumber0 = left.GetInt(); in HandleOr2Imm8V8() local
1412 int32_t opNumber0 = in HandleOr2Imm8V8() local
[all …]
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1542 int32_t opNumber0 = taggedNumber0.GetInt(); in RuntimeShl2() local
1569 int32_t opNumber0 = taggedNumber0.GetInt(); in RuntimeShr2() local
1696 int32_t opNumber0 = taggedNumber0.GetInt(); in RuntimeAshr2() local
1722 int32_t opNumber0 = taggedNumber0.GetInt(); in RuntimeAnd2() local
1748 int32_t opNumber0 = taggedNumber0.GetInt(); in RuntimeOr2() local
1774 int32_t opNumber0 = taggedNumber0.GetInt(); in RuntimeXor2() local