Lines Matching defs:current
178 // These variables provide access to the current embedded blob without requiring
182 // relaxed since we can guarantee that the current thread has initialized these
282 // See blob lifecycle controls above for descriptions of when the current
582 wasm::StackMemory* current = wasm_stacks_;
583 DCHECK_NOT_NULL(current);
585 if (current->IsActive()) {
586 // The active stack's jump buffer does not match the current state, use
588 current = current->next();
591 for (StackFrameIterator it(this, current); !it.done(); it.Advance()) {
594 current = current->next();
595 } while (current != wasm_stacks_);
1171 // If --async-stack-traces are enabled and the "current microtask" is a
1496 // current lexical context and the accessed object.
1507 // Get the native context of current top context.
2664 Handle<Object> current(promise->reactions(), isolate);
2665 while (!current->IsSmi()) {
2666 Handle<PromiseReaction> reaction = Handle<PromiseReaction>::cast(current);
2683 current = handle(reaction->next(), isolate);
3185 // Temporarily set this isolate as current so that various parts of
3210 // Restore the previous current isolate.
4138 // Verify that the current heap state (usually deserialized from the snapshot)
4281 // Reinit the current thread for the isolate it was running before this one.
5022 // We are about to suspend execution of the current async function,
5158 // - requires a current native context, which may not always exist.
5415 Address jssp_address = Simulator::current(isolate_)->get_sp();