• Home
  • Raw
  • Download

Lines Matching refs:code

17 …-data information about the generated code, such as address, size, and name of generated functions…
73 * uint32_t pid: OS process id of the runtime generating the jitted code
74 * uint32_t tid: OS thread identification of the runtime thread generating the jitted code
75 * uint64_t vma: virtual address of jitted code start
76 * uint64_t code_addr: code start address for the jitted code. By default vma = code_addr
77 * uint64_t code_size: size in bytes of the generated jitted code
78 * uint64_t code_index: unique identifier for the jitted code (see below)
80 * native code: raw byte encoding of the jitted code
86 * native code length
89 …a function is jitted it gets a new number. This value is used in case the code for a function is m…
91 The format supports empty functions with no native code.
99 * uint32_t pid : OS process id of the runtime generating the jitted code
100 …* uint32_t tid : OS thread identification of the runtime thread generating the jitted code
101 * uint64_t vma : new virtual address of jitted code start
102 * uint64_t old_code_addr: previous code address for the same function
103 …* uint64_t new_code_addr: alternate new code started address for the jitted code. By default it sh…
104 * uint64_t code_size : size in bytes of the jitted code
108 …an be used in case an already jitted function is simply moved by the runtime inside the code cache.
112 The code size of the function cannot change.
119 The record contains source lines debug information, i.e., a way to map a code address back to a sou…