HomeSort by relevance Sort by last modified time
    Searched defs:location_ (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
data-flow.h 85 Register location_; member in class:v8::internal::DefinitionInfo
handles.h 45 INLINE(Handle(T** location)) { location_ = location; }
48 INLINE(Handle()) : location_(NULL) {}
59 location_ = reinterpret_cast<T**>(handle.location());
74 ASSERT(location_ == NULL ||
75 reinterpret_cast<Address>(*location_) != kZapValue);
76 return location_;
85 bool is_null() { return location_ == NULL; }
92 T** location_; member in class:v8::internal::Handle
full-codegen.h 76 location_(kStack),
289 Location saved_location = location_;
291 location_ = where;
294 location_ = saved_location;
315 Location saved_location = location_;
319 location_ = where;
324 location_ = saved_location;
334 Location saved_location = location_;
338 location_ = where;
343 location_ = saved_location
439 Location location_; member in class:v8::internal::FullCodeGenerator
    [all...]
  /external/chromium/net/websockets/
websocket.h 70 location_(location),
80 const std::string& location() const { return location_; }
105 std::string location_; member in class:net::WebSocket::Request
  /external/chromium/base/
tracked_objects.h 164 const Location location() const { return location_; }
171 const Location location_; member in class:tracked_objects::BirthOnThread
200 // The number of births on this thread for our location_.

Completed in 328 milliseconds