Home | History | Annotate | Download | only in jit

Lines Matching refs:recording

150 playback::context::context (recording::context *ctxt)
2351 auto_vec <recording::requested_dump> requested_dumps;
2414 playback::compile_to_memory::compile_to_memory (recording::context *ctxt) :
2442 playback::compile_to_file::compile_to_file (recording::context *ctxt,
2661 /* This mutex guards gcc::jit::recording::context::compile, so that only
2712 vec <recording::requested_dump> *requested_dumps)
2779 recording::requested_dump *d;
2857 extract_any_requested_dumps (vec <recording::requested_dump> *requested_dumps)
2862 recording::requested_dump *d;
3192 /* Top-level hook for playing back a recording context.
3216 /* Clean away the temporary references from recording objects
3222 /* The builtins_manager is associated with the recording::context
3460 corresponding recording::context. */
3474 corresponding recording::context. */
3500 The recording::context::add_error[_va] methods require a
3501 recording::location. We can't lookup the playback::location
3504 another recording::location directly. */
3506 recording::location *rec_loc = NULL;
3523 /* Construct a playback::location for a recording::location, if it
3528 new_location (recording::location *rloc,
3644 get_location (recording::location *rloc, int column_num)
3662 playback::location::location (recording::location *loc,