Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc69 bool CallDescriptor::HasSameReturnLocationsAs( in HasSameReturnLocationsAs() function in v8::internal::compiler::CallDescriptor
117 return HasSameReturnLocationsAs(CallDescriptorOf(node->op())); in CanTailCall()
Dlinkage.h304 bool HasSameReturnLocationsAs(const CallDescriptor* other) const; in NON_EXPORTED_BASE()