Searched refs:escapeHandle_ (Results 1 – 4 of 4) sorted by relevance
81 …*(reinterpret_cast<T *>(escapeHandle_.GetAddress())) = *(reinterpret_cast<T *>(handle.GetAddress()… in Escape()82 return escapeHandle_; in Escape()87 HandleBase escapeHandle_; variable
59 …escapeHandle_(thread->GetHandleStorage<T>()->GetNodeAddress(thread->GetTopScope<T>()->GetBeginInde… in EscapeHandleScope()
236 *(reinterpret_cast<T *>(escapeHandle_)) = **current; in Escape()237 return Local<T>(escapeHandle_); in Escape()242 uintptr_t escapeHandle_ = 0U; variable
532 escapeHandle_ = ToUintPtr(thread->GetHandleScopeStorageNext() - 1); in EscapeLocalScope()