Lines Matching refs:function
17 …a may then be used by performance tools, such as Linux perf to generate function and assembly leve…
61 * Value 0 : JIT_CODE_LOAD : record describing a jitted function
62 * Value 1 : JIT_CODE_MOVE : record describing an already jitted function which is moved
63 * Value 2 : JIT_CODE_DEBUG_INFO: record describing the debug information for a jitted function
65 * Value 4 : JIT_CODE_UNWINDING_INFO: record describing a function unwinding information
79 * char[n]: function name in ASCII including the null termination
85 * function name string, including termination
89 …function. The index can be a monotonically increasing 64-bit value. Each time a function is jitted…
102 * uint64_t old_code_addr: previous code address for the same function
105 … : index referring to the JIT_CODE_LOAD code_index record of when the function was initially jit…
108 The MOVE record can be used in case an already jitted function is simply moved by the runtime insid…
110 …ecord cannot come before the JIT_CODE_LOAD record for the same function name. The function cannot …
112 The code size of the function cannot change.
122 * uint64_t code_addr: address of function for which the debug information is generated
123 * uint64_t nr_entry : number of debug entries for the function
124 * debug_entry[n]: array of nr_entry debug entries for the function
127 * uint64_t code_addr: address of function for which the debug information is generated
136 …The JIT_CODE_DEBUG for a given function must always be generated BEFORE the JIT_CODE_LOAD for the …
154 The record is used to describe the unwinding information for a jitted function.
170 …der will be read, which can be used to specify FP based unwinding for a function which does not ha…