Home
last modified time | relevance | path

Searched defs:JumpIfNotRoot (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/ic/arm64/
Dic-arm64.cc183 __ 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
Dhandler-compiler-arm64.cc50 __ JumpIfNotRoot(map, Heap::kHashTableMapRootIndex, miss_label); in GenerateDictionaryNegativeLookup() local
104 __ JumpIfNotRoot(scratch, Heap::kTheHoleValueRootIndex, miss); in GenerateCheckPropertyCell() local
/external/v8/src/arm64/
Dfull-codegen-arm64.cc131 __ 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
Dcode-stubs-arm64.cc241 __ 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
Dcodegen-arm64.cc451 __ JumpIfNotRoot(result, Heap::kempty_stringRootIndex, call_runtime); in Generate() local
Dlithium-codegen-arm64.cc211 __ JumpIfNotRoot(value_, index_, label); in EmitInverted() local
654 __ JumpIfNotRoot(x10, Heap::kUndefinedValueRootIndex, &ok); in GeneratePrologue() local
1966 __ JumpIfNotRoot(map, Heap::kHeapNumberMapRootIndex, &not_heap_number); in DoBranch() local
3326 __ JumpIfNotRoot(result, Heap::kTheHoleValueRootIndex, &not_the_hole); in DoLoadContextSlot() local
5112 __ JumpIfNotRoot(scratch, Heap::kTheHoleValueRootIndex, &skip_assignment); in DoStoreContextSlot() local
5699 __ JumpIfNotRoot(x1, Heap::kUndefinedValueRootIndex, &materialized); in DoRegExpLiteral() local
Dmacro-assembler-arm64.cc3895 void MacroAssembler::JumpIfNotRoot(const Register& obj, in JumpIfNotRoot() function in v8::internal::MacroAssembler
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc668 __ JumpIfNotRoot(x10, Heap::kUndefinedValueRootIndex, &ok); in AssemblePrologue() local