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

  /external/chromium_org/v8/src/
compiler.h 278 bool IsStub() const { return mode_ == STUB; }
396 CompilationInfo(HydrogenCodeStub* stub,
416 STUB
443 // For compiled stubs, the stub object
533 CompilationInfoWithZone(HydrogenCodeStub* stub, Isolate* isolate)
534 : CompilationInfo(stub, isolate, &zone_),
hydrogen.h 547 STUB
716 // Create an artificial stub environment (e.g. for argument adaptor or
717 // constructor stub).
    [all...]

Completed in 303 milliseconds