Lines Matching defs:flags
102 // unsigned int flags)
117 // unsigned int flags,
178 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \
185 v8::internal::tracing::kNoId, flags, ##__VA_ARGS__); \
227 flags, ...) \
231 unsigned int trace_event_flags = flags | TRACE_EVENT_FLAG_HAS_ID; \
243 timestamp, flags, ...) \
250 v8::internal::tracing::kNoId, flags, timestamp, ##__VA_ARGS__); \
256 phase, category_group, name, id, timestamp, flags, ...) \
260 unsigned int trace_event_flags = flags | TRACE_EVENT_FLAG_HAS_ID; \
275 phase, category_group, name, id, thread_id, timestamp, flags, ...) \
277 phase, category_group, name, id, timestamp, flags, ##__VA_ARGS__)
329 TraceID(const void* raw_id, unsigned int* flags)
331 TraceID(uint64_t raw_id, unsigned int* flags) : raw_id_(raw_id) {
332 (void)flags;
334 TraceID(unsigned int raw_id, unsigned int* flags) : raw_id_(raw_id) {
335 (void)flags;
337 TraceID(uint16_t raw_id, unsigned int* flags) : raw_id_(raw_id) {
338 (void)flags;
340 TraceID(unsigned char raw_id, unsigned int* flags) : raw_id_(raw_id) {
341 (void)flags;
343 TraceID(int64_t raw_id, unsigned int* flags)
345 (void)flags;
347 TraceID(int raw_id, unsigned int* flags)
349 (void)flags;
351 TraceID(int16_t raw_id, unsigned int* flags)
353 (void)flags;
355 TraceID(signed char raw_id, unsigned int* flags)
357 (void)flags;
359 TraceID(WithScope scoped_id, unsigned int* flags)
384 const uint64_t* arg_values, unsigned int flags) {
399 arg_values, arg_convertables, flags);
406 const uint64_t* arg_values, unsigned int flags, int64_t timestamp) {
421 arg_names, arg_types, arg_values, arg_convertables, flags, timestamp);
477 unsigned int flags) {
480 nullptr, nullptr, nullptr, flags);
486 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
494 &arg1_name, &arg_type, &arg_value, flags);
500 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
513 arg_names, arg_types, arg_values, flags);
518 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
522 nullptr, nullptr, nullptr, flags, timestamp);
528 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
536 &arg1_name, &arg_type, &arg_value, flags, timestamp);
542 const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags,
555 arg_names, arg_types, arg_values, flags, timestamp);