Home | History | Annotate | Download | only in snapshot

Lines Matching refs:cast

127   if (Hash() != String::cast(string)->Hash()) return false;
129 return string_->SlowEquals(String::cast(string));
148 String* string = String::cast(obj);
157 String* string = String::cast(obj);
171 new_scripts_.push_back(handle(Script::cast(obj), isolate_));
177 Script::cast(obj)->id()));
178 LOG(isolate_, ScriptDetails(Script::cast(obj)));
184 AllocationSite* site = AllocationSite::cast(obj);
199 new_code_objects_.push_back(Code::cast(obj));
203 accessor_infos_.push_back(AccessorInfo::cast(obj));
207 call_handler_infos_.push_back(CallHandlerInfo::cast(obj));
211 ExternalOneByteString* string = ExternalOneByteString::cast(obj);
217 ExternalString* string = ExternalString::cast(obj);
225 isolate_->heap()->RegisterExternalString(String::cast(obj));
227 JSTypedArray* typed_array = JSTypedArray::cast(obj);
232 FixedTypedArrayBase::cast(typed_array->elements());
242 JSArrayBuffer* buffer = JSArrayBuffer::cast(obj);
252 FixedTypedArrayBase* fta = FixedTypedArrayBase::cast(obj);
262 BytecodeArray* bytecode_array = BytecodeArray::cast(obj);
319 obj = ThinString::cast(obj)->actual();
530 Code::cast(HeapObject::FromAddress(current_object_address));
563 Code::cast(HeapObject::FromAddress(current_object_address)),
591 if (obj->IsMap()) Map::cast(obj)->set_instance_type(FILLER_TYPE);
778 Code::cast(HeapObject::FromAddress(current_object_address)), address);
824 hot_objects_.Add(HeapObject::cast(new_object));
843 // unchecked Code cast.
848 Code::cast(new_object)->raw_instruction_start());
850 Cell* cell = Cell::cast(new_object);
861 Code::cast(HeapObject::FromAddress(current_object_address)),