Home
last modified time | relevance | path

Searched refs:EMPTY (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/tools/circuit_viewer/examples/
Dlog_loop.txt182 [compiler] ("id"=41, "op"="FRAME_STATE", "MType"="NOVALUE, bitfield=0, type=EMPTY-GT(M=0, L=0), ", …
183 [compiler] ("id"=44, "op"="FRAME_STATE", "MType"="NOVALUE, bitfield=0, type=EMPTY-GT(M=0, L=0), ", …
184 [compiler] ("id"=47, "op"="FRAME_STATE", "MType"="NOVALUE, bitfield=0, type=EMPTY-GT(M=0, L=0), ", …
185 [compiler] ("id"=50, "op"="FRAME_STATE", "MType"="NOVALUE, bitfield=0, type=EMPTY-GT(M=0, L=0), ", …
186 [compiler] ("id"=53, "op"="FRAME_STATE", "MType"="NOVALUE, bitfield=0, type=EMPTY-GT(M=0, L=0), ", …
219 [compiler] ("id"=18, "op"="JS_BYTECODE", "MType"="NOVALUE, bitfield=0, type=EMPTY-GT(M=0, L=0), ", …
256 [compiler] ("id"=37, "op"="RETURN", "MType"="NOVALUE, bitfield=0, type=EMPTY-GT(M=0, L=0), ", in=[[…
259 [compiler] {"id":0, "op":"CIRCUIT_ROOT", "MType":"NOVALUE, bitfield=0, type=EMPTY-GT(M=0, L=0), sta…
260 [compiler] {"id":1, "op":"STATE_ENTRY", "MType":"NOVALUE, bitfield=0, type=EMPTY-GT(M=0, L=0), stam…
261 [compiler] {"id":2, "op":"DEPEND_ENTRY", "MType":"NOVALUE, bitfield=0, type=EMPTY-GT(M=0, L=0), sta…
[all …]
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.h27 EMPTY = 0, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h62 return GateType(EMPTY); in Empty()
268 static constexpr uint32_t EMPTY = NJS_VALUE + EMPTY_TYPE; // (1111) variable
Dcircuit_ir_specification.md61 …ndicate whether there are output values. When MachineType is `NOVALUE`, GateType is always `EMPTY`.
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp1064 RegExpFlags resultFlags = RegExpFlags::EMPTY; in ScanRegExpFlags()
1075 RegExpFlags flag = RegExpFlags::EMPTY; in ScanRegExpFlags()
1110 if (flag == RegExpFlags::EMPTY || (resultFlags & flag) != 0) { in ScanRegExpFlags()