Searched refs:m_functions (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-playback.c | 94 m_functions.create (0); in context() 117 m_functions.release (); in ~context() 132 FOR_EACH_VEC_ELT (m_functions, i, func) in gt_ggc_mx() 505 m_functions.safe_push (func); in new_function() 2746 FOR_EACH_VEC_ELT (m_functions, i, func) in replay() 2752 FOR_EACH_VEC_ELT (m_functions, i, func) in replay()
|
H A D | jit-playback.h | 323 auto_vec<function *> m_functions; variable
|
H A D | jit-recording.c | 564 m_functions (), in context() 1008 m_functions.safe_push (result); in new_function() 1577 FOR_EACH_VEC_ELT (m_functions, i, fn) in dump_to_file() 1921 FOR_EACH_VEC_ELT (m_functions, i, fn) in validate()
|
H A D | jit-recording.h | 346 auto_vec<function *> m_functions; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.cc | 157 m_functions.create (0); in context() 180 m_functions.release (); in ~context() 195 FOR_EACH_VEC_ELT (m_functions, i, func) in gt_ggc_mx() 598 m_functions.safe_push (func); in new_function() 3248 FOR_EACH_VEC_ELT (m_functions, i, func) in replay() 3254 FOR_EACH_VEC_ELT (m_functions, i, func) in replay()
|
H A D | jit-playback.h | 367 auto_vec<function *> m_functions; variable
|
H A D | jit-recording.cc | 564 m_functions (), in context() 1013 m_functions.safe_push (result); in new_function() 1681 FOR_EACH_VEC_ELT (m_functions, i, fn) in dump_to_file() 2046 FOR_EACH_VEC_ELT (m_functions, i, fn) in validate()
|
H A D | jit-recording.h | 364 auto_vec<function *> m_functions; variable
|
H A D | ChangeLog.jit | 1574 (gcc::jit::recording::context::m_functions): Likewise. 1599 context's m_functions vector.
|
H A D | ChangeLog | 3580 (gcc::jit::playback::context): Convert fields "m_functions", 3600 "m_mementos", "m_compound_types", "m_functions" from vec<> to
|