/external/v8/src/builtins/ |
D | builtins-object-gen.cc | 1011 var_default.Bind(LoadRoot(Heap::karguments_to_stringRootIndex)); in TF_BUILTIN() 1017 var_default.Bind(LoadRoot(Heap::karray_to_stringRootIndex)); in TF_BUILTIN() 1030 var_default.Bind(LoadRoot(Heap::kboolean_to_stringRootIndex)); in TF_BUILTIN() 1037 var_default.Bind(LoadRoot(Heap::kdate_to_stringRootIndex)); in TF_BUILTIN() 1043 var_default.Bind(LoadRoot(Heap::kerror_to_stringRootIndex)); in TF_BUILTIN() 1049 var_default.Bind(LoadRoot(Heap::kfunction_to_stringRootIndex)); in TF_BUILTIN() 1062 var_default.Bind(LoadRoot(Heap::knumber_to_stringRootIndex)); in TF_BUILTIN() 1070 var_default.Bind(LoadRoot(Heap::kobject_to_stringRootIndex)); in TF_BUILTIN() 1085 Return(LoadRoot(Heap::knull_to_stringRootIndex)); in TF_BUILTIN() 1088 Return(LoadRoot(Heap::kundefined_to_stringRootIndex)); in TF_BUILTIN() [all …]
|
D | builtins-date-gen.cc | 196 Node* number_string = LoadRoot(Heap::knumber_stringRootIndex); in TF_BUILTIN() 198 Node* default_string = LoadRoot(Heap::kdefault_stringRootIndex); in TF_BUILTIN() 200 Node* string_string = LoadRoot(Heap::kstring_stringRootIndex); in TF_BUILTIN()
|
D | builtins-function-gen.cc | 65 GotoIf(WordNotEqual(maybe_length, LoadRoot(Heap::klength_stringRootIndex)), in TF_BUILTIN() 77 GotoIf(WordNotEqual(maybe_name, LoadRoot(Heap::kname_stringRootIndex)), in TF_BUILTIN()
|
D | builtins-arguments-gen.cc | 92 Node* empty_fixed_array = LoadRoot(Heap::kEmptyFixedArrayRootIndex); in AllocateArgumentsObject() 102 Node* fixed_array_map = LoadRoot(Heap::kFixedArrayMapRootIndex); in AllocateArgumentsObject() 113 LoadRoot(Heap::kSloppyArgumentsElementsMapRootIndex); in AllocateArgumentsObject()
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 58 __ LoadRoot(x2, Heap::kUndefinedValueRootIndex); in Generate_InternalArrayConstructor() local 132 __ LoadRoot(x10, Heap::kTheHoleValueRootIndex); in Generate_JSBuiltinsConstructStubHelper() local 252 __ LoadRoot(x0, Heap::kTheHoleValueRootIndex); in Generate_JSConstructStubGeneric() local 511 __ LoadRoot(x5, Heap::kTheHoleValueRootIndex); in Generate_ResumeGeneratorTrampoline() local 546 __ LoadRoot(scratch, Heap::kRealStackLimitRootIndex); in Generate_StackOverflowCheck() local 642 __ LoadRoot(x19, Heap::kUndefinedValueRootIndex); in Generate_JSEntryTrampolineHelper() local 969 __ LoadRoot(x10, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 991 __ LoadRoot(kInterpreterAccumulatorRegister, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 1084 __ LoadRoot(receiver, Heap::kUndefinedValueRootIndex); in Generate_InterpreterPushArgs() local 1303 __ LoadRoot(undef, Heap::kUndefinedValueRootIndex); in Generate_InstantiateAsmJs() local [all …]
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 59 __ LoadRoot(a2, Heap::kUndefinedValueRootIndex); in Generate_InternalArrayConstructor() local 204 __ LoadRoot(v0, Heap::kTheHoleValueRootIndex); in Generate_JSConstructStubGeneric() local 345 __ LoadRoot(a2, Heap::kRealStackLimitRootIndex); in Generate_CheckStackOverflow() local 413 __ LoadRoot(t0, Heap::kUndefinedValueRootIndex); in Generate_JSEntryTrampolineHelper() local 494 __ LoadRoot(kScratchReg, Heap::kRealStackLimitRootIndex); in Generate_ResumeGeneratorTrampoline() local 857 __ LoadRoot(a2, Heap::kRealStackLimitRootIndex); in Generate_InterpreterEntryTrampoline() local 865 __ LoadRoot(t1, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 889 __ LoadRoot(kInterpreterAccumulatorRegister, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 937 __ LoadRoot(scratch1, Heap::kRealStackLimitRootIndex); in Generate_StackOverflowCheck() local 1362 __ LoadRoot(a2, Heap::kUndefinedValueRootIndex); in Generate_FunctionPrototypeApply() local [all …]
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 59 __ LoadRoot(a2, Heap::kUndefinedValueRootIndex); in Generate_InternalArrayConstructor() local 204 __ LoadRoot(v0, Heap::kTheHoleValueRootIndex); in Generate_JSConstructStubGeneric() local 385 __ LoadRoot(kScratchReg, Heap::kRealStackLimitRootIndex); in Generate_ResumeGeneratorTrampoline() local 491 __ LoadRoot(a2, Heap::kRealStackLimitRootIndex); in Generate_CheckStackOverflow() local 558 __ LoadRoot(a4, Heap::kUndefinedValueRootIndex); in Generate_JSEntryTrampolineHelper() local 856 __ LoadRoot(a2, Heap::kRealStackLimitRootIndex); in Generate_InterpreterEntryTrampoline() local 864 __ LoadRoot(a5, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 888 __ LoadRoot(kInterpreterAccumulatorRegister, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 936 __ LoadRoot(scratch1, Heap::kRealStackLimitRootIndex); in Generate_StackOverflowCheck() local 1359 __ LoadRoot(undefined_value, Heap::kUndefinedValueRootIndex); in Generate_FunctionPrototypeApply() local [all …]
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 64 __ LoadRoot(r2, Heap::kUndefinedValueRootIndex); in Generate_InternalArrayConstructor() local 191 __ LoadRoot(r4, Heap::kTheHoleValueRootIndex); in Generate_JSConstructStubGeneric() local 217 __ LoadRoot(r0, Heap::kTheHoleValueRootIndex); in Generate_JSConstructStubGeneric() local 506 __ LoadRoot(scratch, Heap::kRealStackLimitRootIndex); in Generate_StackOverflowCheck() local 576 __ LoadRoot(r4, Heap::kUndefinedValueRootIndex); in Generate_JSEntryTrampolineHelper() local 881 __ LoadRoot(r2, Heap::kRealStackLimitRootIndex); in Generate_InterpreterEntryTrampoline() local 890 __ LoadRoot(r9, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 910 __ LoadRoot(kInterpreterAccumulatorRegister, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 1378 __ LoadRoot(r5, Heap::kUndefinedValueRootIndex); in Generate_FunctionPrototypeApply() local 1474 __ LoadRoot(r1, Heap::kUndefinedValueRootIndex); in Generate_ReflectApply() local [all …]
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 57 __ LoadRoot(r5, Heap::kUndefinedValueRootIndex); in Generate_InternalArrayConstructor() local 212 __ LoadRoot(r3, Heap::kTheHoleValueRootIndex); in Generate_JSConstructStubGeneric() local 508 __ LoadRoot(r5, Heap::kRealStackLimitRootIndex); in Generate_CheckStackOverflow() local 576 __ LoadRoot(r7, Heap::kUndefinedValueRootIndex); in Generate_JSEntryTrampolineHelper() local 890 __ LoadRoot(r0, Heap::kRealStackLimitRootIndex); in Generate_InterpreterEntryTrampoline() local 899 __ LoadRoot(r8, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 923 __ LoadRoot(kInterpreterAccumulatorRegister, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 971 __ LoadRoot(scratch, Heap::kRealStackLimitRootIndex); in Generate_StackOverflowCheck() local 1416 __ LoadRoot(scratch, Heap::kUndefinedValueRootIndex); in Generate_FunctionPrototypeApply() local 1520 __ LoadRoot(r4, Heap::kUndefinedValueRootIndex); in Generate_ReflectApply() local [all …]
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 134 __ LoadRoot(r0, Heap::kExceptionRootIndex); in Generate() local 421 __ LoadRoot(r4, Heap::kTheHoleValueRootIndex); in CallApiFunctionAndReturn() local 479 __ LoadRoot(scratch0, Heap::kUndefinedValueRootIndex); in Generate() local 552 __ LoadRoot(scratch, Heap::kUndefinedValueRootIndex); in Generate() local
|
D | macro-assembler-arm.h | 484 void LoadRoot(Register destination, Heap::RootListIndex index) override { in LoadRoot() function 485 LoadRoot(destination, index, al); in LoadRoot() 487 void LoadRoot(Register destination, Heap::RootListIndex index, 720 LoadRoot(scratch, index); in PushRoot()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 118 __ LoadRoot(r3, Heap::kExceptionRootIndex); in Generate() local 442 __ LoadRoot(r14, Heap::kTheHoleValueRootIndex); in CallApiFunctionAndReturn() local 499 __ LoadRoot(scratch, Heap::kUndefinedValueRootIndex); in Generate() local 580 __ LoadRoot(scratch, Heap::kUndefinedValueRootIndex); in Generate() local
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 122 __ LoadRoot(v0, Heap::kExceptionRootIndex); in Generate() local 418 __ LoadRoot(t0, Heap::kTheHoleValueRootIndex); in CallApiFunctionAndReturn() local 475 __ LoadRoot(scratch, Heap::kUndefinedValueRootIndex); in Generate() local 546 __ LoadRoot(scratch, Heap::kUndefinedValueRootIndex); in Generate() local
|
D | macro-assembler-mips.h | 796 void LoadRoot(Register destination, Heap::RootListIndex index) override; 797 void LoadRoot(Register destination, Heap::RootListIndex index, Condition cond, 918 LoadRoot(scratch, index); in PushRoot() 926 LoadRoot(scratch, index); in JumpIfRoot() 935 LoadRoot(scratch, index); in JumpIfNotRoot()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 121 __ LoadRoot(v0, Heap::kExceptionRootIndex); in Generate() local 421 __ LoadRoot(a4, Heap::kTheHoleValueRootIndex); in CallApiFunctionAndReturn() local 478 __ LoadRoot(scratch, Heap::kUndefinedValueRootIndex); in Generate() local 551 __ LoadRoot(scratch, Heap::kUndefinedValueRootIndex); in Generate() local
|
D | macro-assembler-mips64.h | 766 void LoadRoot(Register destination, Heap::RootListIndex index) override; 767 void LoadRoot(Register destination, Heap::RootListIndex index, Condition cond, 933 LoadRoot(scratch, index); in PushRoot() 941 LoadRoot(scratch, index); in JumpIfRoot() 950 LoadRoot(scratch, index); in JumpIfNotRoot()
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 57 __ LoadRoot(r4, Heap::kUndefinedValueRootIndex); in Generate_InternalArrayConstructor() local 206 __ LoadRoot(r2, Heap::kTheHoleValueRootIndex); in Generate_JSConstructStubGeneric() local 508 __ LoadRoot(r4, Heap::kRealStackLimitRootIndex); in Generate_CheckStackOverflow() local 584 __ LoadRoot(r6, Heap::kUndefinedValueRootIndex); in Generate_JSEntryTrampolineHelper() local 893 __ LoadRoot(r0, Heap::kRealStackLimitRootIndex); in Generate_InterpreterEntryTrampoline() local 902 __ LoadRoot(r8, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 927 __ LoadRoot(kInterpreterAccumulatorRegister, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 976 __ LoadRoot(scratch, Heap::kRealStackLimitRootIndex); in Generate_StackOverflowCheck() local 1410 __ LoadRoot(scratch, Heap::kUndefinedValueRootIndex); in Generate_FunctionPrototypeApply() local 1514 __ LoadRoot(r3, Heap::kUndefinedValueRootIndex); in Generate_ReflectApply() local [all …]
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 184 __ LoadRoot(rax, Heap::kTheHoleValueRootIndex); in Generate_JSConstructStubGeneric() local 327 __ LoadRoot(kScratchRegister, Heap::kRealStackLimitRootIndex); in Generate_StackOverflowCheck() local 916 __ LoadRoot(rax, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 940 __ LoadRoot(kInterpreterAccumulatorRegister, Heap::kUndefinedValueRootIndex); in Generate_InterpreterEntryTrampoline() local 1373 __ LoadRoot(rdx, Heap::kUndefinedValueRootIndex); in Generate_FunctionPrototypeApply() local 1491 __ LoadRoot(rdi, Heap::kUndefinedValueRootIndex); in Generate_ReflectApply() local 1542 __ LoadRoot(rdi, Heap::kUndefinedValueRootIndex); in Generate_ReflectConstruct() local 1604 __ LoadRoot(rbx, Heap::kUndefinedValueRootIndex); in Generate_InternalArrayConstructor() local 1704 __ LoadRoot(kScratchRegister, Heap::kUndefinedValueRootIndex); in Generate_ArgumentsAdaptorTrampoline() local 1785 __ LoadRoot(kScratchRegister, Heap::kRealStackLimitRootIndex); in Generate_CallOrConstructVarargs() local [all …]
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 127 __ LoadRoot(x0, Heap::kExceptionRootIndex); in Generate() local 487 __ LoadRoot(undef, Heap::kUndefinedValueRootIndex); in Generate() local 565 __ LoadRoot(undef, Heap::kUndefinedValueRootIndex); in Generate() local
|
/external/v8/src/ |
D | turbo-assembler.h | 52 virtual void LoadRoot(Register destination, Heap::RootListIndex index) = 0;
|
D | turbo-assembler.cc | 38 LoadRoot(destination, root_index); in IndirectLoadConstant()
|
D | code-stub-assembler.cc | 228 LoadRoot(Heap::k##rootIndexName##RootIndex)); \ 239 LoadRoot(Heap::k##rootIndexName##RootIndex)); \ 259 TNode<HeapObject>::UncheckedCast(LoadRoot(Heap::kHashSeedRootIndex)); in HashSeed() 272 TNode<HeapObject>::UncheckedCast(LoadRoot(Heap::kHashSeedRootIndex)); in HashSeedHigh() 285 TNode<HeapObject>::UncheckedCast(LoadRoot(Heap::kHashSeedRootIndex)); in HashSeedLow() 999 Node* empty_fixed_array = LoadRoot(Heap::kEmptyFixedArrayRootIndex); in BranchIfPrototypesHaveNoElements() 1001 LoadRoot(Heap::kEmptySlowElementDictionaryRootIndex); in BranchIfPrototypesHaveNoElements() 1076 Node* protector_cell = LoadRoot(Heap::kArrayIteratorProtectorRootIndex); in IsFastJSArrayWithNoCustomIteration() 1229 LoadRoot(Heap::kOnePointerFillerMapRootIndex)); in AllocateRaw() 1657 LoadRoot(Heap::kPrototypeInfoMapRootIndex)), in LoadMapPrototypeInfo() [all …]
|
/external/v8/src/ic/ |
D | accessor-assembler.cc | 1040 LoadRoot(Heap::kMutableHeapNumberMapRootIndex))); in CheckFieldType() 2483 GotoIfNot(WordEqual(feedback, LoadRoot(Heap::kmegamorphic_symbolRootIndex)), in LoadIC_Noninlined() 2494 WordEqual(feedback, LoadRoot(Heap::kuninitialized_symbolRootIndex)), in LoadIC_Noninlined() 2511 LoadRoot(Heap::kpremonomorphic_symbolRootIndex), in LoadIC_Uninitialized() 2537 LoadRoot(Heap::kuninitialized_symbolRootIndex), in LoadIC_Uninitialized() 2619 GotoIf(WordEqual(handler, LoadRoot(Heap::kuninitialized_symbolRootIndex)), in LoadGlobalIC_TryHandlerCase() 2677 LoadRoot(Heap::kmegamorphic_symbolRootIndex)), in KeyedLoadIC() 2884 LoadRoot(Heap::kmegamorphic_symbolRootIndex)), in StoreIC() 2894 LoadRoot(Heap::kuninitialized_symbolRootIndex)), in StoreIC() 2929 GotoIf(WordEqual(handler, LoadRoot(Heap::kuninitialized_symbolRootIndex)), in StoreGlobalIC() [all …]
|
D | keyed-store-generic.cc | 297 GotoIf(WordNotEqual(elements_map, LoadRoot(Heap::kFixedArrayMapRootIndex)), in StoreElementWithCapacity() 358 Branch(WordEqual(LoadMap(value), LoadRoot(Heap::kHeapNumberMapRootIndex)), in StoreElementWithCapacity() 401 Node* fixed_double_array_map = LoadRoot(Heap::kFixedDoubleArrayMapRootIndex); in StoreElementWithCapacity() 1014 LoadRoot(Heap::kpremonomorphic_symbolRootIndex), in StoreIC_Uninitialized() 1024 LoadRoot(Heap::kuninitialized_symbolRootIndex), in StoreIC_Uninitialized()
|
/external/v8/src/s390/ |
D | code-stubs-s390.cc | 137 __ LoadRoot(r2, Heap::kExceptionRootIndex); in Generate() local 532 __ LoadRoot(scratch, Heap::kUndefinedValueRootIndex); in Generate() local 612 __ LoadRoot(scratch, Heap::kUndefinedValueRootIndex); in Generate() local
|