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

  /external/v8/src/ic/x64/
handler-compiler-x64.cc 371 Handle<Map> current_map(receiver_map->GetPrototypeChainRootMap(isolate()),
376 while (!current_map.is_identical_to(holder_map)) {
379 if (current_map->IsJSGlobalObjectMap()) {
382 } else if (current_map->is_dictionary_map()) {
383 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
400 current = handle(JSObject::cast(current_map->prototype()));
401 current_map = handle(current->map());
404 DCHECK(!current_map->IsJSGlobalProxyMap());
  /external/v8/src/ic/ppc/
handler-compiler-ppc.cc 372 Handle<Map> current_map(receiver_map->GetPrototypeChainRootMap(isolate()),
377 while (!current_map.is_identical_to(holder_map)) {
382 DCHECK(current_map->IsJSGlobalProxyMap() ||
383 !current_map->is_access_check_needed());
385 if (current_map->IsJSGlobalObjectMap()) {
388 } else if (current_map->is_dictionary_map()) {
389 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
406 current = handle(JSObject::cast(current_map->prototype()));
407 current_map = handle(current->map());
410 DCHECK(!current_map->IsJSGlobalProxyMap())
    [all...]
  /external/v8/src/ic/arm/
handler-compiler-arm.cc 378 Handle<Map> current_map(receiver_map->GetPrototypeChainRootMap(isolate()),
383 while (!current_map.is_identical_to(holder_map)) {
386 if (current_map->IsJSGlobalObjectMap()) {
389 } else if (current_map->is_dictionary_map()) {
390 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
407 current = handle(JSObject::cast(current_map->prototype()));
408 current_map = handle(current->map());
411 DCHECK(!current_map->IsJSGlobalProxyMap());
  /external/v8/src/ic/arm64/
handler-compiler-arm64.cc 405 Handle<Map> current_map(receiver_map->GetPrototypeChainRootMap(isolate()),
410 while (!current_map.is_identical_to(holder_map)) {
413 if (current_map->IsJSGlobalObjectMap()) {
416 } else if (current_map->is_dictionary_map()) {
417 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
433 current = handle(JSObject::cast(current_map->prototype()));
434 current_map = handle(current->map());
437 DCHECK(!current_map->IsJSGlobalProxyMap());
  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 378 Handle<Map> current_map(receiver_map->GetPrototypeChainRootMap(isolate()),
383 while (!current_map.is_identical_to(holder_map)) {
386 if (current_map->IsJSGlobalObjectMap()) {
389 } else if (current_map->is_dictionary_map()) {
390 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
407 current = handle(JSObject::cast(current_map->prototype()));
408 current_map = handle(current->map());
411 DCHECK(!current_map->IsJSGlobalProxyMap());
  /external/v8/src/ic/mips/
handler-compiler-mips.cc 361 Handle<Map> current_map(receiver_map->GetPrototypeChainRootMap(isolate()),
366 while (!current_map.is_identical_to(holder_map)) {
369 if (current_map->IsJSGlobalObjectMap()) {
372 } else if (current_map->is_dictionary_map()) {
373 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
390 current = handle(JSObject::cast(current_map->prototype()));
391 current_map = handle(current->map());
394 DCHECK(!current_map->IsJSGlobalProxyMap());
  /external/v8/src/ic/mips64/
handler-compiler-mips64.cc 361 Handle<Map> current_map(receiver_map->GetPrototypeChainRootMap(isolate()),
366 while (!current_map.is_identical_to(holder_map)) {
369 if (current_map->IsJSGlobalObjectMap()) {
372 } else if (current_map->is_dictionary_map()) {
373 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
390 current = handle(JSObject::cast(current_map->prototype()));
391 current_map = handle(current->map());
394 DCHECK(!current_map->IsJSGlobalProxyMap());
  /external/v8/src/ic/s390/
handler-compiler-s390.cc 361 Handle<Map> current_map(receiver_map->GetPrototypeChainRootMap(isolate()),
366 while (!current_map.is_identical_to(holder_map)) {
369 if (current_map->IsJSGlobalObjectMap()) {
372 } else if (current_map->is_dictionary_map()) {
373 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
390 current = handle(JSObject::cast(current_map->prototype()));
391 current_map = handle(current->map());
394 DCHECK(!current_map->IsJSGlobalProxyMap());
  /external/v8/src/ic/x87/
handler-compiler-x87.cc 378 Handle<Map> current_map(receiver_map->GetPrototypeChainRootMap(isolate()),
383 while (!current_map.is_identical_to(holder_map)) {
386 if (current_map->IsJSGlobalObjectMap()) {
389 } else if (current_map->is_dictionary_map()) {
390 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
407 current = handle(JSObject::cast(current_map->prototype()));
408 current_map = handle(current->map());
411 DCHECK(!current_map->IsJSGlobalProxyMap());
  /toolchain/binutils/binutils-2.25/bfd/
ieee.c 1663 ieee_per_section_type *current_map = NULL; local
    [all...]
  /external/v8/src/ic/
ic.cc 756 Handle<Map> current_map = maps.at(i); local
757 if (current_map->is_deprecated()) {
760 } else if (map.is_identical_to(current_map)) {
766 IsTransitionOfMonomorphicTarget(*current_map, *map)) {
927 Handle<Map> current_map(current->map(), isolate);
929 if (current_map->IsJSGlobalObjectMap()) {
    [all...]
  /external/v8/src/
objects-debug.cc     [all...]
objects.cc 4809 Map* current_map = map; local
4860 Handle<Map> current_map = map; local
12110 Map* current_map = current_obj->map(); local
12404 Handle<Map> current_map = initial_map; local
12407 native_context->set(Context::ArrayMapIndex(kind), *current_map); local
    [all...]
code-stub-assembler.cc     [all...]
objects.h     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 7345 Handle<Map> current_map = maps->at(i); local
7359 Handle<Map> current_map = maps->at(i); local
    [all...]

Completed in 381 milliseconds