/external/v8/src/ic/arm64/ |
D | ic-arm64.cc | 183 __ JumpIfNotRoot(elements_map, Heap::kFixedArrayMapRootIndex, in GenerateFastArrayLoad() local 472 __ JumpIfNotRoot(scratch2, Heap::kHashTableMapRootIndex, slow); in GenerateKeyedLoadWithSmiKey() local 698 __ JumpIfNotRoot(x11, Heap::kTheHoleValueRootIndex, &holecheck_passed); in KeyedStoreGenerateGenericHelper() local 736 __ JumpIfNotRoot(elements_map, Heap::kFixedDoubleArrayMapRootIndex, slow); in KeyedStoreGenerateGenericHelper() local 762 __ JumpIfNotRoot(x10, Heap::kHeapNumberMapRootIndex, &non_double_value); in KeyedStoreGenerateGenericHelper() local
|
D | handler-compiler-arm64.cc | 50 __ JumpIfNotRoot(map, Heap::kHashTableMapRootIndex, miss_label); in GenerateDictionaryNegativeLookup() local 104 __ JumpIfNotRoot(scratch, Heap::kTheHoleValueRootIndex, miss); in GenerateCheckPropertyCell() local
|
/external/v8/src/arm64/ |
D | full-codegen-arm64.cc | 131 __ JumpIfNotRoot(x10, Heap::kUndefinedValueRootIndex, &ok); in Generate() local 1063 __ JumpIfNotRoot(x0, Heap::kTrueValueRootIndex, &next_test); in VisitSwitchStatement() local 1156 __ JumpIfNotRoot(x2, Heap::kMetaMapRootIndex, &fixed_array); in VisitForInStatement() local 1468 __ JumpIfNotRoot(x0, Heap::kTheHoleValueRootIndex, done); in EmitDynamicLookupFastCase() local 1548 __ JumpIfNotRoot(x0, Heap::kTheHoleValueRootIndex, &done); in EmitVariableLoad() local 1603 __ JumpIfNotRoot(x5, Heap::kUndefinedValueRootIndex, &materialized); in VisitRegExpLiteral() local 2213 __ JumpIfNotRoot(x10, Heap::kTheHoleValueRootIndex, &skip); in EmitVariableAssignment() local 2225 __ JumpIfNotRoot(x10, Heap::kTheHoleValueRootIndex, &assign); in EmitVariableAssignment() local
|
D | code-stubs-arm64.cc | 241 __ JumpIfNotRoot(right, Heap::kUndefinedValueRootIndex, &return_equal); in EmitIdenticalObjectComparison() local 1471 __ JumpIfNotRoot(function, Heap::kInstanceofCacheFunctionRootIndex, &miss); in Generate() local 1472 __ JumpIfNotRoot(map, Heap::kInstanceofCacheMapRootIndex, &miss); in Generate() local 2673 __ JumpIfNotRoot(scratch2, Heap::kAllocationSiteMapRootIndex, &miss); in GenerateRecordCallTarget() local 2966 __ JumpIfNotRoot(map, Heap::kAllocationSiteMapRootIndex, &miss); in Generate() local 3282 __ JumpIfNotRoot(rhs, Heap::kUndefinedValueRootIndex, &miss); in GenerateNumbers() local 3640 __ JumpIfNotRoot(temp, Heap::kempty_stringRootIndex, &runtime); in Generate() local 4674 __ JumpIfNotRoot(x10, Heap::kAllocationSiteMapRootIndex, in CreateArrayDispatchOneArgument() local
|
D | codegen-arm64.cc | 451 __ JumpIfNotRoot(result, Heap::kempty_stringRootIndex, call_runtime); in Generate() local
|
D | lithium-codegen-arm64.cc | 211 __ JumpIfNotRoot(value_, index_, label); in EmitInverted() local 654 __ JumpIfNotRoot(x10, Heap::kUndefinedValueRootIndex, &ok); in GeneratePrologue() local 1966 __ JumpIfNotRoot(map, Heap::kHeapNumberMapRootIndex, ¬_heap_number); in DoBranch() local 3326 __ JumpIfNotRoot(result, Heap::kTheHoleValueRootIndex, ¬_the_hole); in DoLoadContextSlot() local 5112 __ JumpIfNotRoot(scratch, Heap::kTheHoleValueRootIndex, &skip_assignment); in DoStoreContextSlot() local 5699 __ JumpIfNotRoot(x1, Heap::kUndefinedValueRootIndex, &materialized); in DoRegExpLiteral() local
|
D | macro-assembler-arm64.cc | 3895 void MacroAssembler::JumpIfNotRoot(const Register& obj, in JumpIfNotRoot() function in v8::internal::MacroAssembler
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 668 __ JumpIfNotRoot(x10, Heap::kUndefinedValueRootIndex, &ok); in AssemblePrologue() local
|