HomeSort by relevance Sort by last modified time
    Searched refs:current_map (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py 287 current_map = tests
290 current_map[part] = test_dict
292 if part not in current_map:
293 current_map[part] = {}
294 current_map = current_map[part]
  /external/chromium_org/v8/src/arm/
stub-cache-arm.cc 843 Handle<Map> current_map = receiver_map; local
847 while (!current_map.is_identical_to(holder_map)) {
852 ASSERT(current_map->IsJSGlobalProxyMap() ||
853 !current_map->is_access_check_needed());
855 prototype = handle(JSObject::cast(current_map->prototype()));
856 if (current_map->is_dictionary_map() &&
857 !current_map->IsJSGlobalObjectMap() &&
858 !current_map->IsJSGlobalProxyMap()) {
877 __ CheckMap(reg, map_reg, current_map, miss, DONT_DO_SMI_CHECK);
    [all...]
  /external/chromium_org/v8/src/arm64/
stub-cache-arm64.cc 794 Handle<Map> current_map = receiver_map; local
798 while (!current_map.is_identical_to(holder_map)) {
803 ASSERT(current_map->IsJSGlobalProxyMap() ||
804 !current_map->is_access_check_needed());
806 prototype = handle(JSObject::cast(current_map->prototype()));
807 if (current_map->is_dictionary_map() &&
808 !current_map->IsJSGlobalObjectMap() &&
809 !current_map->IsJSGlobalProxyMap()) {
834 __ CheckMap(map_reg, current_map, miss, DONT_DO_SMI_CHECK);
840 if (current_map->IsJSGlobalProxyMap())
    [all...]
  /external/chromium_org/v8/src/ia32/
stub-cache-ia32.cc 794 Handle<Map> current_map = receiver_map; local
798 while (!current_map.is_identical_to(holder_map)) {
803 ASSERT(current_map->IsJSGlobalProxyMap() ||
804 !current_map->is_access_check_needed());
806 prototype = handle(JSObject::cast(current_map->prototype()));
807 if (current_map->is_dictionary_map() &&
808 !current_map->IsJSGlobalObjectMap() &&
809 !current_map->IsJSGlobalProxyMap()) {
827 __ CheckMap(reg, current_map, miss, DONT_DO_SMI_CHECK);
833 if (current_map->IsJSGlobalProxyMap())
    [all...]
  /external/chromium_org/v8/src/mips/
stub-cache-mips.cc 835 Handle<Map> current_map = receiver_map; local
839 while (!current_map.is_identical_to(holder_map)) {
844 ASSERT(current_map->IsJSGlobalProxyMap() ||
845 !current_map->is_access_check_needed());
847 prototype = handle(JSObject::cast(current_map->prototype()));
848 if (current_map->is_dictionary_map() &&
849 !current_map->IsJSGlobalObjectMap() &&
850 !current_map->IsJSGlobalProxyMap()) {
869 __ CheckMap(reg, map_reg, current_map, miss, DONT_DO_SMI_CHECK);
    [all...]
  /external/chromium_org/v8/src/
transitions.h 151 bool IsConsistentWithBackPointers(Map* current_map);
objects-debug.cc     [all...]
stub-cache.cc 157 Handle<Map> current_map = stub_holder; local
158 Handle<Name> cache_name = current_map->is_dictionary_map()
160 Handle<Object> next(current_map->prototype(), isolate());
164 next = handle(current_map->prototype(), isolate());
165 current_map = handle(Handle<HeapObject>::cast(next)->map());
166 if (current_map->is_dictionary_map()) cache_name = name;
    [all...]
objects.cc 3266 Map* current_map = map; local
3328 Handle<Map> current_map = map; local
9945 Handle<Map> current_map = initial_map; local
    [all...]
objects.h     [all...]
hydrogen.cc 6997 Handle<Map> current_map = types->at(i); local
    [all...]
  /external/chromium_org/v8/src/x64/
stub-cache-x64.cc 746 Handle<Map> current_map = receiver_map; local
750 while (!current_map.is_identical_to(holder_map)) {
755 ASSERT(current_map->IsJSGlobalProxyMap() ||
756 !current_map->is_access_check_needed());
758 prototype = handle(JSObject::cast(current_map->prototype()));
759 if (current_map->is_dictionary_map() &&
760 !current_map->IsJSGlobalObjectMap() &&
761 !current_map->IsJSGlobalProxyMap()) {
783 __ CheckMap(reg, current_map, miss, DONT_DO_SMI_CHECK);
789 if (current_map->IsJSGlobalProxyMap())
    [all...]
  /external/chromium_org/v8/src/x87/
stub-cache-x87.cc 793 Handle<Map> current_map = receiver_map; local
797 while (!current_map.is_identical_to(holder_map)) {
802 ASSERT(current_map->IsJSGlobalProxyMap() ||
803 !current_map->is_access_check_needed());
805 prototype = handle(JSObject::cast(current_map->prototype()));
806 if (current_map->is_dictionary_map() &&
807 !current_map->IsJSGlobalObjectMap() &&
808 !current_map->IsJSGlobalProxyMap()) {
826 __ CheckMap(reg, current_map, miss, DONT_DO_SMI_CHECK);
832 if (current_map->IsJSGlobalProxyMap())
    [all...]

Completed in 486 milliseconds