Searched refs:string_map (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dbootstrapper.cc922 Handle<Map> string_map = local
924 string_map->set_instance_descriptors(*string_descriptors);
H A Dheap.h92 V(Map, string_map, StringMap) \
H A Dic.cc1504 return result->Add(isolate()->factory()->string_map());
H A Dheap.cc4406 HeapObject::cast(result)->set_map_no_write_barrier(string_map());
H A Dobjects.cc6954 if (map == heap->string_map()) {
/external/v8/test/cctest/
H A Dtest-heap.cc40 CheckMap(HEAP->string_map(), STRING_TYPE, kVariableSizeSentinel);
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1349 Immediate(isolate()->factory()->string_map()));

Completed in 206 milliseconds