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.cc1507 RegisterList return_pair) { in CallRuntimeForPair() argument
1511 DCHECK_EQ(2, return_pair.register_count()); in CallRuntimeForPair()
1513 args.register_count(), return_pair); in CallRuntimeForPair()
1518 Runtime::FunctionId function_id, Register arg, RegisterList return_pair) { in CallRuntimeForPair() argument
1519 return CallRuntimeForPair(function_id, RegisterList(arg), return_pair); in CallRuntimeForPair()
Dbytecode-array-builder.h358 RegisterList return_pair);
364 RegisterList return_pair);
/external/v8/src/compiler/
Dbytecode-graph-builder.cc2729 Node* return_pair = ProcessCallRuntimeArguments(call, receiver, reg_count); in VisitCallRuntimeForPair() local
2730 environment()->BindRegistersToProjections(first_return, return_pair, in VisitCallRuntimeForPair()