Home
last modified time | relevance | path

Searched refs:MakePair (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/runtime/
Druntime-utils.h117 static inline ObjectPair MakePair(Object* x, Object* y) { in MakePair() function
135 static inline ObjectPair MakePair(Object* x, Object* y) {
142 static inline ObjectPair MakePair(Object* x, Object* y) {
Druntime-debug.cc87 return MakePair(ReadOnlyRoots(isolate).exception(), in RUNTIME_FUNCTION_RETURN_PAIR()
92 return MakePair(interrupt_object, in RUNTIME_FUNCTION_RETURN_PAIR()
95 return MakePair(isolate->debug()->return_value(), in RUNTIME_FUNCTION_RETURN_PAIR()
Druntime-scopes.cc883 MakePair(ReadOnlyRoots(isolate).exception(), nullptr)); in RUNTIME_FUNCTION_RETURN_PAIR()
884 return MakePair(*value, *receiver); in RUNTIME_FUNCTION_RETURN_PAIR()
/external/google-fruit/include/fruit/impl/meta/
Dpair.h32 struct MakePair { struct
Dgraph.h96 MakePair(GetFirst(DfsResult), GetSecond(DfsResult)),