Lines Matching defs:raw_obj
407 Map map, Handle<JSReceiver> obj, JSReceiver raw_obj,
410 DCHECK_EQ(*obj, raw_obj);
411 DCHECK_EQ(raw_obj.map(), map);
415 auto data_view = JSDataView::cast(raw_obj);
429 auto typed_array = JSTypedArray::cast(raw_obj);
447 auto buffer = JSArrayBuffer::cast(raw_obj);
475 HeapObject raw_obj = *obj;
480 String string = String::cast(raw_obj);
487 } else if (raw_obj.NeedsRehashing(instance_type)) {
506 if (result != raw_obj) {
507 String::cast(raw_obj).MakeThin(isolate(), result);
539 auto code_data_container = CodeDataContainer::cast(raw_obj);
559 PostProcessExternalString(ExternalString::cast(raw_obj),
563 JSReceiver::cast(raw_obj), instance_type,
568 BytecodeArray::cast(raw_obj).reset_osr_urgency();
574 NativeContext::cast(raw_obj).AllocateExternalPointerEntries(
674 HeapObject raw_obj =
676 raw_obj.set_map_after_allocation(*map);
677 MemsetTagged(raw_obj.RawField(kTaggedSize),
682 if (raw_obj.IsBytecodeArray(isolate())) {
683 BytecodeArray::cast(raw_obj).set_bytecode_age(
690 if (raw_obj.IsJSObject(cage_base) &&
691 JSObject::cast(raw_obj).MayHaveEmbedderFields()) {
692 JSObject js_obj = JSObject::cast(raw_obj);
699 } else if (raw_obj.IsEmbedderDataArray(cage_base)) {
700 EmbedderDataArray array = EmbedderDataArray::cast(raw_obj);
711 Handle<HeapObject> obj = handle(raw_obj, isolate());
735 HeapObject raw_obj =
737 raw_obj.set_map_after_allocation(Map::unchecked_cast(raw_obj));
738 MemsetTagged(raw_obj.RawField(kTaggedSize),
741 Handle<HeapObject> obj = handle(raw_obj, isolate());