Lines Matching defs:flags
1532 if (debug_info->flags(kRelaxedLoad) & DebugInfo::kPreparedForDebugExecution) {
1562 debug_info->flags(kRelaxedLoad) | DebugInfo::kPreparedForDebugExecution,
1646 UnoptimizedCompileFlags flags =
1648 ParseInfo parse_info(isolate, flags, &compile_state, &reusable_state);
1959 int flags = debug_info->flags(kRelaxedLoad);
1960 flags |= DebugInfo::kHasBreakInfo;
1961 if (CanBreakAtEntry(shared)) flags |= DebugInfo::kCanBreakAtEntry;
1962 debug_info->set_flags(flags, kRelaxedStore);
1992 debug_info->flags(kRelaxedLoad) | DebugInfo::kHasCoverageInfo,