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 222 bool IsStub() const { return mode_ == STUB; }
327 CompilationInfo(HydrogenCodeStub* stub,
343 STUB
395 // For compiled stubs, the stub object
471 CompilationInfoWithZone(HydrogenCodeStub* stub, Isolate* isolate)
472 : CompilationInfo(stub, isolate, &zone_),
hydrogen.h 530 STUB
711 // Create an artificial stub environment (e.g. for argument adaptor or
712 // constructor stub).
    [all...]
  /external/v8/src/
objects.h     [all...]

Completed in 52 milliseconds