Searched refs:MakePair (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-utils.h | 117 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) {
|
D | runtime-debug.cc | 87 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()
|
D | runtime-scopes.cc | 883 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/ |
D | pair.h | 32 struct MakePair { struct
|
D | graph.h | 96 MakePair(GetFirst(DfsResult), GetSecond(DfsResult)),
|