Home | History | Annotate | Download | only in src

Lines Matching refs:object

41     Handle<JSObject> object) {
42 if (!object.is_null()) {
46 scope_site->set_transition_info(*object);
51 static_cast<void*>(*object));
56 static_cast<void*>(*object));
63 bool AllocationSiteUsageContext::ShouldCreateMemento(Handle<JSObject> object) {
64 if (activated_ && AllocationSite::CanTrack(object->map()->instance_type())) {
66 AllocationSite::GetMode(object->GetElementsKind()) ==
70 object->IsJSArray() ? "JSArray" : "JSObject",
71 static_cast<void*>(*object));