Searched refs:NJS_VALUE (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/ |
D | log_loop.txt | 264 [compiler] {"id":5, "op":"ARG", "MType":"I64, bitfield=0, type=NJS_VALUE-GT(M=0, L=0), stamp=0, mar… 265 [compiler] {"id":6, "op":"ARG", "MType":"I64, bitfield=1, type=NJS_VALUE-GT(M=0, L=0), stamp=0, mar… 284 [compiler] {"id":25, "op":"CONSTANT", "MType":"I16, bitfield=1, type=NJS_VALUE-GT(M=0, L=0), stamp=… 290 [compiler] {"id":31, "op":"CONSTANT", "MType":"I32, bitfield=18446744073709551589, type=NJS_VALUE-G… 293 [compiler] {"id":34, "op":"CONSTANT", "MType":"I32, bitfield=18446744073709551572, type=NJS_VALUE-G… 299 [compiler] {"id":40, "op":"CONSTANT", "MType":"I64, bitfield=16, type=NJS_VALUE-GT(M=0, L=0), stamp… 302 [compiler] {"id":43, "op":"CONSTANT", "MType":"I64, bitfield=19, type=NJS_VALUE-GT(M=0, L=0), stamp… 305 [compiler] {"id":46, "op":"CONSTANT", "MType":"I64, bitfield=26, type=NJS_VALUE-GT(M=0, L=0), stamp… 308 [compiler] {"id":49, "op":"CONSTANT", "MType":"I64, bitfield=31, type=NJS_VALUE-GT(M=0, L=0), stamp… 311 [compiler] {"id":52, "op":"CONSTANT", "MType":"I64, bitfield=37, type=NJS_VALUE-GT(M=0, L=0), stamp… [all …]
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | type.h | 42 return GateType(NJS_VALUE); in NJSValue() 207 return type_ == NJS_VALUE; in IsNJSValueType() 264 static constexpr uint32_t NJS_VALUE = MIR_BASE_BITS; // (1110) variable 268 static constexpr uint32_t EMPTY = NJS_VALUE + EMPTY_TYPE; // (1111)
|