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

  /external/v8/src/
stub-cache.h 333 StubCompiler() : scope_(), masm_(NULL, 256), failure_(NULL) { }
411 void set_failure(Failure* failure) { failure_ = failure; }
459 Failure* failure_; member in class:v8::internal::BASE_EMBEDDED
stub-cache.cc     [all...]

Completed in 21 milliseconds