Home
last modified time | relevance | path

Searched refs:return_pair (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.cc1428 RegisterList return_pair) { in CallRuntimeForPair() argument
1432 DCHECK_EQ(2, return_pair.register_count()); in CallRuntimeForPair()
1434 args.register_count(), return_pair); in CallRuntimeForPair()
1439 Runtime::FunctionId function_id, Register arg, RegisterList return_pair) { in CallRuntimeForPair() argument
1440 return CallRuntimeForPair(function_id, RegisterList(arg), return_pair); in CallRuntimeForPair()
Dbytecode-array-builder.h318 RegisterList return_pair);
324 RegisterList return_pair);
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1952 Node* return_pair = ProcessCallRuntimeArguments(call, receiver, reg_count); in VisitCallRuntimeForPair() local
1953 environment()->BindRegistersToProjections(first_return, return_pair, in VisitCallRuntimeForPair()