HomeSort by relevance Sort by last modified time
    Searched refs:CallDescriptors (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
interface-descriptors.cc 48 DCHECK(index < CallDescriptors::NUMBER_OF_DESCRIPTORS);
49 CallDescriptors::Key key = static_cast<CallDescriptors::Key>(index);
52 case CallDescriptors::NAME: \
56 case CallDescriptors::NUMBER_OF_DESCRIPTORS:
interface-descriptors.h 107 class CallDescriptors {
122 CallInterfaceDescriptor(Isolate* isolate, CallDescriptors::Key key)
183 name(Isolate* isolate, CallDescriptors::Key key) : base(isolate, key) {} \
186 static inline CallDescriptors::Key key();
470 // We define the association between CallDescriptors::Key and the specialized
473 CallDescriptors::Key name##Descriptor::key() { return CallDescriptors::name; }
isolate.cc     [all...]

Completed in 198 milliseconds