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

  /external/chromium_org/v8/src/
lookup-inl.h 26 !map->IsJSGlobalProxyMap()) {
objects.h     [all...]
  /external/chromium_org/v8/src/ic/arm/
handler-compiler-arm.cc 538 DCHECK(current_map->IsJSGlobalProxyMap() ||
544 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
574 if (current_map->IsJSGlobalProxyMap()) {
610 DCHECK(current_map->IsJSGlobalProxyMap() ||
612 if (current_map->IsJSGlobalProxyMap()) {
  /external/chromium_org/v8/src/ic/arm64/
handler-compiler-arm64.cc 574 DCHECK(current_map->IsJSGlobalProxyMap() ||
580 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
614 if (current_map->IsJSGlobalProxyMap()) {
646 DCHECK(current_map->IsJSGlobalProxyMap() ||
648 if (current_map->IsJSGlobalProxyMap()) {
  /external/chromium_org/v8/src/ic/ia32/
handler-compiler-ia32.cc 527 DCHECK(current_map->IsJSGlobalProxyMap() ||
533 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
565 if (current_map->IsJSGlobalProxyMap()) {
600 DCHECK(current_map->IsJSGlobalProxyMap() ||
602 if (current_map->IsJSGlobalProxyMap()) {
  /external/chromium_org/v8/src/ic/mips/
handler-compiler-mips.cc 536 DCHECK(current_map->IsJSGlobalProxyMap() ||
542 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
572 if (current_map->IsJSGlobalProxyMap()) {
608 DCHECK(current_map->IsJSGlobalProxyMap() ||
610 if (current_map->IsJSGlobalProxyMap()) {
  /external/chromium_org/v8/src/ic/mips64/
handler-compiler-mips64.cc 536 DCHECK(current_map->IsJSGlobalProxyMap() ||
542 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
578 if (current_map->IsJSGlobalProxyMap()) {
608 DCHECK(current_map->IsJSGlobalProxyMap() ||
610 if (current_map->IsJSGlobalProxyMap()) {
  /external/chromium_org/v8/src/ic/x64/
handler-compiler-x64.cc 524 DCHECK(current_map->IsJSGlobalProxyMap() ||
530 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
566 if (current_map->IsJSGlobalProxyMap()) {
595 DCHECK(current_map->IsJSGlobalProxyMap() ||
597 if (current_map->IsJSGlobalProxyMap()) {
  /external/chromium_org/v8/src/ic/x87/
handler-compiler-x87.cc 529 DCHECK(current_map->IsJSGlobalProxyMap() ||
535 DCHECK(!current_map->IsJSGlobalProxyMap()); // Proxy maps are fast.
567 if (current_map->IsJSGlobalProxyMap()) {
602 DCHECK(current_map->IsJSGlobalProxyMap() ||
604 if (current_map->IsJSGlobalProxyMap()) {

Completed in 74 milliseconds