Lines Matching defs:flags
17 #include "src/base/flags.h"
466 *reason = "GC in old space forced by flags";
1548 void Heap::CollectAllGarbage(int flags, GarbageCollectionReason gc_reason,
1553 set_current_gc_flags(flags);
1678 void Heap::PreciseCollectAllGarbage(int flags,
1684 CollectAllGarbage(flags, gc_reason, gc_callback_flags);
1725 // Extend the gc callback flags with external memory flags.
1866 // Clear flags describing the current GC now that the current GC is
2564 void Heap::CallGCPrologueCallbacks(GCType gc_type, GCCallbackFlags flags) {
2569 info.callback(isolate, gc_type, flags, info.data);
2574 void Heap::CallGCEpilogueCallbacks(GCType gc_type, GCCallbackFlags flags) {
2579 info.callback(isolate, gc_type, flags, info.data);
5692 // Configuration is based on the flags new-space-size (really the semispace
7253 Address flags = (isolate()->is_short_builtin_calls_enabled() ? 1 : 0) |
7263 reinterpret_cast<void*>(flags));
7430 // Slim chunk flags consistency.