Searched refs:slot_refs (Results 1 – 2 of 2) sorted by relevance
1067 SlotRefValueBuilder slot_refs( in ArgumentsForInlinedFunction() local1072 int args_count = slot_refs.args_length(); in ArgumentsForInlinedFunction()1076 slot_refs.Prepare(isolate); in ArgumentsForInlinedFunction()1078 Handle<Object> value = slot_refs.GetNext(isolate, 0); in ArgumentsForInlinedFunction()1081 slot_refs.Finish(isolate); in ArgumentsForInlinedFunction()
8220 SlotRefValueBuilder slot_refs( in GetCallerArguments() local8225 int args_count = slot_refs.args_length(); in GetCallerArguments()8230 slot_refs.Prepare(isolate); in GetCallerArguments()8232 Handle<Object> val = slot_refs.GetNext(isolate, 0); in GetCallerArguments()8235 slot_refs.Finish(isolate); in GetCallerArguments()