Home
last modified time | relevance | path

Searched refs:slot_refs (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Daccessors.cc1067 SlotRefValueBuilder slot_refs( in ArgumentsForInlinedFunction() local
1072 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()
Druntime.cc8220 SlotRefValueBuilder slot_refs( in GetCallerArguments() local
8225 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()