Searched refs:handle_wrap_queue (Results 1 – 6 of 6) sorted by relevance
110 env()->handle_wrap_queue()->PushBack(this); in MarkAsInitialized()131 env->handle_wrap_queue()->PushBack(this); in HandleWrap()
274 for (auto w : *env->handle_wrap_queue()) { in GetActiveHandles()296 for (HandleWrap* w : *env->handle_wrap_queue()) { in GetActiveResourcesInfo()
310 CHECK(env_->handle_wrap_queue()->IsEmpty()); in DoneBootstrapping()
839 inline HandleWrapQueue* handle_wrap_queue() { return &handle_wrap_queue_; } in handle_wrap_queue() function
1283 env->req_wrap_queue()->IsEmpty() && env->handle_wrap_queue()->IsEmpty(); in Generate()
119 auto expected = reinterpret_cast<uintptr_t>((*env)->handle_wrap_queue()); in TEST_F()141 auto queue = reinterpret_cast<uintptr_t>((*env)->handle_wrap_queue()); in TEST_F()