Lines Matching refs:uleb128
18 | `uleb128` | Leb128-encoded unsigned integer. |
28 | `utf16_length` | `uleb128` | The value is **`len << 1 \**| **is_ascii**, where **len** indicat…
105 | `index_data` | `uleb128` | [MethodIndexData](#methodindexdata) data of the method.|
131 | `access_flags` | `uleb128` | Accessing tag of **Class**, which is a combination of [Clas…
132 | `num_fields` | `uleb128` | Number of fields of **Class**. …
133 | `num_methods` | `uleb128` | Number of methods of **Class**. …
172 | `reserved` | `uleb128` | Reserved field used internally in the Ark Bytecode file. …
205 | `index_data` | `uleb128` | [MethodIndexData](#methodindexdata) data of the method.|
256 | `num_vregs` | `uleb128` | Number of registers. Registers that store input and default…
257 | `num_args` | `uleb128` | Total number of input and default parameters. …
258 | `code_size` | `uleb128` | Total size of all instructions, in bytes. …
259 | `tries_size` | `uleb128` | Length of the **try_blocks** array, that is, the number of …
271 | `start_pc` | `uleb128` | Offset between the first instruction of the **TryBlock** an…
272 | `length` | `uleb128` | Size of the **TryBlock** object to create, in bytes. …
273 | `num_catches` | `uleb128` | Number of [CatchBlock](#catchblock) associated with **TryBl…
284 | `type_idx` | `uleb128` | If the value is **0**, the **CatchBlock** captures all type…
285 | `handler_pc` | `uleb128` | Program counter of the first instruction for handling the e…
286 | `code_size` | `uleb128` | Size of the **CatchBlock**, in bytes. |
370 | `line_start` | `uleb128` | Initial value of the line number register of the s…
371 | `num_parameters` | `uleb128` | Total number of input and default parameters. …
372 | `parameters` | `uleb128[]` | Array that stores the names of input parameters. T…
373 | `constant_pool_size` | `uleb128` | Size of the constant pool, in bytes. …
374 | `constant_pool` | `uleb128[]` | Array for storing constant pool data. The array le…
375 | `line_number_program_idx` | `uleb128` | An index that points to a position in [LineNumberP…
401 | `ADVANCE_PC` | `0x01` | | `uleb128 addr_diff` | **addr_diff**: value to be added …
403 | `START_LOCAL` | `0x03` | `sleb128 register_num` | `uleb128 name_idx`<br>`uleb128 type_id…
404 …CAL_EXTENDED` | `0x04` | `sleb128 register_num` | `uleb128 name_idx`<br>`uleb128 type_idx`<br>`ule…
406 | `SET_FILE` | `0x09` | | `uleb128 name_idx` | **name_idx**: an offset pointing to…
407 | `SET_SOURCE_CODE` | `0x0a` | | `uleb128 source_idx` | **source_idx**: an offset pointing…
408 | `SET_COLUMN` | `0x0b` | | `uleb128 column_num` | **column_num**: column number to …