Lines Matching full:location_
44 location_ = HandleScope::CreateHandle(obj->GetIsolate(), obj);
51 location_ = HandleScope::CreateHandle(isolate, obj);
57 ASSERT(location_ == NULL || !(*location_)->IsFailure());
58 if (location_ == other.location_) return true;
59 if (location_ == NULL || other.location_ == NULL) return false;
63 return *location_ == *other.location_;
69 ASSERT(location_ != NULL && !(*location_)->IsFailure());
71 return *BitCast<T**>(location_);
76 ASSERT(location_ == NULL || !(*location_)->IsFailure());
77 SLOW_ASSERT(location_ == NULL ||
79 return location_;
85 ASSERT(location_ != NULL);
86 Object* object = *BitCast<T**>(location_);
90 Object** handle = reinterpret_cast<Object**>(location_);