/external/v8/src/arm64/ |
H A D | codegen-arm64.cc | 140 __ JumpIfNotRoot(result, Heap::kempty_stringRootIndex, call_runtime);
|
H A D | code-stubs-arm64.cc | 183 __ JumpIfNotRoot(right, Heap::kUndefinedValueRootIndex, &return_equal); 1434 __ JumpIfNotRoot(x10, Heap::kempty_stringRootIndex, &runtime); 1597 __ JumpIfNotRoot(x10, Heap::kFixedArrayMapRootIndex, &runtime); 1818 __ JumpIfNotRoot(feedback_map, Heap::kAllocationSiteMapRootIndex, &miss); 2098 __ JumpIfNotRoot(rhs, Heap::kUndefinedValueRootIndex, &miss); 3025 __ JumpIfNotRoot(x10, Heap::kAllocationSiteMapRootIndex, 3402 __ JumpIfNotRoot(x5, Heap::kTheHoleValueRootIndex,
|
H A D | macro-assembler-arm64.cc | 2072 JumpIfNotRoot(temp, Heap::kHeapNumberMapRootIndex, on_not_heap_number); 3317 JumpIfNotRoot(scratch, index, fail); 3427 void MacroAssembler::JumpIfNotRoot(const Register& obj, function in class:v8::internal::MacroAssembler
|
H A D | macro-assembler-arm64.h | 1484 void JumpIfNotRoot(const Register& obj,
|
/external/v8/src/ia32/ |
H A D | macro-assembler-ia32.h | 97 void JumpIfNotRoot(Register with, Heap::RootListIndex index, function in class:v8::internal::MacroAssembler 103 void JumpIfNotRoot(const Operand& with, Heap::RootListIndex index, function in class:v8::internal::MacroAssembler
|
H A D | code-stubs-ia32.cc | 1893 __ JumpIfNotRoot(ecx, Heap::kBooleanMapRootIndex, &miss, miss_distance); 1894 __ JumpIfNotRoot(ebx, Heap::kBooleanMapRootIndex, &miss, miss_distance);
|
/external/v8/src/ic/arm64/ |
H A D | handler-compiler-arm64.cc | 78 __ JumpIfNotRoot(map, Heap::kHashTableMapRootIndex, miss_label); 99 __ JumpIfNotRoot(scratch, Heap::kTheHoleValueRootIndex, miss);
|
/external/v8/src/x87/ |
H A D | macro-assembler-x87.h | 100 void JumpIfNotRoot(Register with, Heap::RootListIndex index, function in class:v8::internal::MacroAssembler 106 void JumpIfNotRoot(const Operand& with, Heap::RootListIndex index, function in class:v8::internal::MacroAssembler
|
H A D | code-stubs-x87.cc | 1939 __ JumpIfNotRoot(ecx, Heap::kBooleanMapRootIndex, &miss, miss_distance); 1940 __ JumpIfNotRoot(ebx, Heap::kBooleanMapRootIndex, &miss, miss_distance);
|
/external/v8/src/x64/ |
H A D | macro-assembler-x64.h | 169 void JumpIfNotRoot(Register with, Heap::RootListIndex index, function in class:v8::internal::SmiOperationConstraint::MacroAssembler 175 void JumpIfNotRoot(const Operand& with, Heap::RootListIndex index, function in class:v8::internal::SmiOperationConstraint::MacroAssembler
|
H A D | code-stubs-x64.cc | 1871 __ JumpIfNotRoot(rcx, Heap::kBooleanMapRootIndex, &miss, miss_distance); 1872 __ JumpIfNotRoot(rbx, Heap::kBooleanMapRootIndex, &miss, miss_distance);
|
/external/v8/src/full-codegen/arm64/ |
H A D | full-codegen-arm64.cc | 920 __ JumpIfNotRoot(x0, Heap::kTrueValueRootIndex, &next_test); 1010 __ JumpIfNotRoot(x2, Heap::kMetaMapRootIndex, &fixed_array); 1164 __ JumpIfNotRoot(x0, Heap::kTheHoleValueRootIndex, &done); 1681 __ JumpIfNotRoot(x10, Heap::kTheHoleValueRootIndex, &assign);
|
/external/v8/src/arm/ |
H A D | macro-assembler-arm.h | 918 void JumpIfNotRoot(Register with, Heap::RootListIndex index, function in class:v8::internal::MacroAssembler
|
/external/v8/src/crankshaft/arm64/ |
H A D | lithium-codegen-arm64.cc | 235 __ JumpIfNotRoot(value_, index_, label); 1870 __ JumpIfNotRoot(map, Heap::kHeapNumberMapRootIndex, ¬_heap_number); 2986 __ JumpIfNotRoot(result, Heap::kTheHoleValueRootIndex, ¬_the_hole); 4702 __ JumpIfNotRoot(scratch, Heap::kTheHoleValueRootIndex, &skip_assignment);
|
/external/v8/src/ppc/ |
H A D | macro-assembler-ppc.h | 823 void JumpIfNotRoot(Register with, Heap::RootListIndex index, function in class:v8::internal::MacroAssembler
|
/external/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 2488 __ JumpIfNotRoot(r3, Heap::kNullValueRootIndex, &convert_to_object); 2844 __ JumpIfNotRoot(scratch2, Heap::kTheHoleValueRootIndex, &push);
|
/external/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 2570 __ JumpIfNotRoot(x3, Heap::kNullValueRootIndex, &convert_to_object); 2918 __ JumpIfNotRoot(scratch2, Heap::kTheHoleValueRootIndex, &push);
|
/external/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 2508 __ JumpIfNotRoot(a3, Heap::kNullValueRootIndex, &convert_to_object); 2842 __ JumpIfNotRoot(scratch2, Heap::kTheHoleValueRootIndex, &push);
|
/external/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 2537 __ JumpIfNotRoot(a3, Heap::kNullValueRootIndex, &convert_to_object); 2867 __ JumpIfNotRoot(scratch2, Heap::kTheHoleValueRootIndex, &push);
|
/external/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 2555 __ JumpIfNotRoot(r6, Heap::kNullValueRootIndex, &convert_to_object); 2917 __ JumpIfNotRoot(scratch2, Heap::kTheHoleValueRootIndex, &push);
|
/external/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 2565 __ JumpIfNotRoot(r5, Heap::kNullValueRootIndex, &convert_to_object); 2929 __ JumpIfNotRoot(scratch2, Heap::kTheHoleValueRootIndex, &push);
|
/external/v8/src/builtins/x87/ |
H A D | builtins-x87.cc | 2457 __ JumpIfNotRoot(ecx, Heap::kNullValueRootIndex, &convert_to_object, 2855 __ JumpIfNotRoot(scratch2, Heap::kTheHoleValueRootIndex, &push);
|
/external/v8/src/mips/ |
H A D | macro-assembler-mips.h | 340 void JumpIfNotRoot(Register with, Heap::RootListIndex index, function in class:v8::internal::MacroAssembler
|
/external/v8/src/mips64/ |
H A D | macro-assembler-mips64.h | 373 void JumpIfNotRoot(Register with, Heap::RootListIndex index, function in class:v8::internal::MacroAssembler
|
/external/v8/src/s390/ |
H A D | macro-assembler-s390.h | 1130 void JumpIfNotRoot(Register with, Heap::RootListIndex index, function in class:v8::internal::MacroAssembler
|