Searched refs:set_map (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/
H A Dast.cc365 element_values->set_map(isolate->heap()->fixed_cow_array_map());
H A Dbootstrapper.cc503 prototype->set_map(*map);
528 empty_function->set_map(*empty_function_map);
613 strict_poison_function->set_map(native_context()->sloppy_function_map());
630 generator_poison_function->set_map(native_context()->sloppy_function_map());
H A Djson-parser.h470 HeapNumber::cast(*value)->set_map(*factory->heap_number_map());
H A Dfactory.cc1588 global->set_map(*new_map);
H A Druntime.cc374 object->set_map(Map::cast(map));
8042 parameter_map->set_map(
8048 result->set_map(*map);
10108 array->set_map(*map);
10684 array->set_map(*map);
H A Ddeoptimizer.cc1913 HeapNumber::cast(*value)->set_map(isolate_->heap()->heap_number_map());
H A Dobjects.cc1910 object->set_map(*new_map);
8761 this->set_map(heap->undetectable_string_map());
8764 this->set_map(heap->undetectable_one_byte_string_map());
9468 set_map(no_prototype_map);
9610 array->set_map(isolate->heap()->fixed_cow_array_map());
H A Dobjects-inl.h1404 void HeapObject::set_map(Map* value) { function in class:v8::internal::HeapObject
H A Dobjects.h1330 inline void set_map(Map* value);
/external/chromium_org/v8/src/heap/
H A Dheap-inl.h133 result->set_map(map);
H A Dheap.cc2273 reinterpret_cast<Map*>(result)->set_map(raw_unchecked_meta_map());
2376 new_meta_map->set_map(new_meta_map);
3418 object->set_map(MapForFixedTypedArray(array_type));
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc15178 string->set_map(CcTest::heap()->external_string_map());
15186 string->set_map(CcTest::heap()->external_one_byte_string_map());
16583 jsobj->set_map(*fixed_array_map);

Completed in 995 milliseconds