Lines Matching defs:current
1003 // After cancelling, wait for all current wrapper compilation to actually
1021 // In that case, the current thread might still have the default permissions
1391 wasm::StackMemory* current = isolate->wasm_stacks();
1392 DCHECK_NOT_NULL(current);
1394 if (current->IsActive()) {
1395 // The active stack's jump buffer does not match the current state, use
1397 current = current->next();
1400 for (StackFrameIterator it(isolate, current); !it.done(); it.Advance()) {
1404 current = current->next();
1405 } while (current != isolate->wasm_stacks());
1445 "Scheduling another GC after the current one (potentially dead: "