Lines Matching defs:map

114   Handle<Oddball> NewOddball(Handle<Map> map, const char* to_string,
278 // Old-generation sequential strings can be internalized by mutating their map
279 // and return kInPlace, along with the matching internalized string map for
298 // map and return kInPlace, along with the matching shared string map for the
450 Map InitializeMap(Map map, InstanceType type, int instance_size,
471 Handle<Map> map);
522 // Allocates and initializes a new JavaScript object based on a map.
528 Handle<Map> map, AllocationType allocation = AllocationType::kYoung,
532 Handle<Map> map,
537 // map is a dictionary map.
539 Handle<Map> map,
623 wasm::WasmValue* args, Handle<Map> map);
626 Handle<Map> map);
627 Handle<WasmArray> NewWasmArrayFromMemory(uint32_t length, Handle<Map> map,
798 // Return a map for given number of properties using the map cache in the
839 HeapObject NewForTest(Handle<Map> map, AllocationType allocation) {
840 return New(map, allocation);
1046 Handle<Map> map, AllocationType allocation,
1050 Handle<Map> map, Handle<FixedArrayBase> elements,
1055 // Allocates new context with given map, sets length and initializes the
1058 Context NewContextInternal(Handle<Map> map, int size,
1063 Handle<T> AllocateSmallOrderedHashTable(Handle<Map> map, int capacity,
1066 // Creates a heap object based on the map. The fields of the heap object are
1068 HeapObject New(Handle<Map> map, AllocationType allocation);
1071 Handle<T> CopyArrayWithMap(Handle<T> src, Handle<Map> map);
1111 // Initializes a JSObject based on its map.
1112 void InitializeJSObjectFromMap(JSObject obj, Object properties, Map map);
1114 void InitializeJSObjectBody(JSObject obj, Map map, int start_offset);