Searched refs:handle_wrap_queue (Results 1 – 5 of 5) sorted by relevance
108 env()->handle_wrap_queue()->PushBack(this); in MarkAsInitialized()129 env->handle_wrap_queue()->PushBack(this); in HandleWrap()
293 for (auto w : *env->handle_wrap_queue()) { in GetActiveHandles()
412 CHECK(handle_wrap_queue()->IsEmpty()); in RunBootstrapping()
1186 inline HandleWrapQueue* handle_wrap_queue() { return &handle_wrap_queue_; } in handle_wrap_queue() function
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()