• Home
  • Raw
  • Download

Lines Matching refs:RootIndex

144     __ PushRoot(RootIndex::kTheHoleValue);  in Generate_JSBuiltinsConstructStubHelper()
191 __ LoadRoot(r4, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric()
219 __ LoadRoot(r0, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric()
292 __ JumpIfNotRoot(r0, RootIndex::kUndefinedValue, &check_receiver); in Generate_JSConstructStubGeneric()
301 __ JumpIfRoot(r0, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric()
486 __ PushRoot(RootIndex::kTheHoleValue); in Generate_ResumeGeneratorTrampoline()
648 __ LoadRoot(r0, RootIndex::kException); in Generate_JSEntryVariant()
790 __ LoadRoot(r4, RootIndex::kUndefinedValue); in Generate_JSEntryTrampolineHelper()
1192 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue()
1221 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue()
1322 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline()
1407 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline()
1502 __ PushRoot(RootIndex::kUndefinedValue); in Generate_InterpreterPushArgsThenCallImpl()
1882 __ LoadRoot(r5, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply()
1905 __ JumpIfRoot(r2, RootIndex::kNullValue, &no_arguments); in Generate_FunctionPrototypeApply()
1906 __ JumpIfRoot(r2, RootIndex::kUndefinedValue, &no_arguments); in Generate_FunctionPrototypeApply()
1932 __ PushRoot(RootIndex::kUndefinedValue); in Generate_FunctionPrototypeCall()
1957 __ LoadRoot(r1, RootIndex::kUndefinedValue); in Generate_ReflectApply()
1999 __ LoadRoot(r1, RootIndex::kUndefinedValue); in Generate_ReflectConstruct()
2116 __ LoadRoot(r5, RootIndex::kTheHoleValue); in Generate_CallOrConstructVarargs()
2125 __ LoadRoot(scratch, RootIndex::kUndefinedValue, eq); in Generate_CallOrConstructVarargs()
2267 __ JumpIfRoot(r3, RootIndex::kUndefinedValue, &convert_global_proxy); in Generate_CallFunction()
2268 __ JumpIfNotRoot(r3, RootIndex::kNullValue, &convert_to_object); in Generate_CallFunction()
2502 __ LoadRoot(r2, RootIndex::kUndefinedValue); in Generate_ConstructFunction()
2798 __ CompareRoot(r0, RootIndex::kException); in Generate_CEntry()
2809 __ CompareRoot(r3, RootIndex::kTheHoleValue); in Generate_CEntry()
3070 __ LoadRoot(r4, RootIndex::kTheHoleValue); in CallApiFunctionAndReturn()
3147 __ LoadRoot(scratch, RootIndex::kUndefinedValue); in Generate_CallApiCallback()
3231 __ LoadRoot(scratch, RootIndex::kUndefinedValue); in Generate_CallApiGetter()