Searched refs:code_index (Results 1 – 5 of 5) sorted by relevance
73 uint64_t code_index; member 89 uint64_t code_index; member
342 jr->load.code_index= bswap_64(jr->load.code_index); in jit_get_next_entry() 354 jr->move.code_index = bswap_64(jr->move.code_index); in jit_get_next_entry() 451 count = jr->load.code_index; in jit_repipe_code_load() 590 jr->move.code_index); in jit_repipe_code_move()
78 * uint64_t code_index: unique identifier for the jitted code (see below)89 The code_index is used to uniquely identify each jitted function. The index can be a monotonically increasing 64-bit value. Each time a function is jitted it gets a new number. This value is used in case the code for a function is moved and avoids having to issue another JIT_CODE_LOAD record.105 * uint64_t code_index : index referring to the JIT_CODE_LOAD code_index record of when the function was initially jitted
401 rec.code_index = code_generation++; in jvmti_write_code()
371 .code_index = ++*idx,