Lines Matching defs:marking
10 #include "src/heap/incremental-marking-job.h"
44 explicit PauseBlackAllocationScope(IncrementalMarking* marking)
45 : marking_(marking), paused_(false) {
67 // Do some marking every time this much memory has been allocated or that many
138 // Returns true if incremental marking was running and false otherwise.
152 // Performs incremental marking steps and returns before the deadline_in_ms is
154 // marking schedule, which is indicated with StepResult::kDone.
245 // Updates scheduled_bytes_to_mark_ to ensure marking progress based on
248 // Updates scheduled_bytes_to_mark_ to ensure marking progress based on
289 // incremental marking step. It is used for updating
290 // bytes_marked_ahead_of_schedule_ with contribution of concurrent marking.
294 // Atomic since main thread can complete marking (= changing state), while a
296 // marking is currently running.