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

  /external/chromium_org/v8/src/
compiler.h 219 bool IsStub() const { return mode_ == STUB; }
315 CompilationInfo(HydrogenCodeStub* stub,
331 STUB
383 // For compiled stubs, the stub object
453 CompilationInfoWithZone(HydrogenCodeStub* stub, Isolate* isolate)
454 : CompilationInfo(stub, isolate, &zone_),
hydrogen.h 522 STUB
699 // Create an artificial stub environment (e.g. for argument adaptor or
700 // constructor stub).
    [all...]
  /external/v8/src/
objects.h     [all...]

Completed in 208 milliseconds