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

  /external/v8/src/base/
once.h 22 // * A macro V8_ONCE_INIT which is expanded into the expression used to
65 #define V8_ONCE_INIT 0
lazy-instance.h 77 #define LAZY_STATIC_INSTANCE_INITIALIZER { V8_ONCE_INIT, { {} } }
78 #define LAZY_DYNAMIC_INSTANCE_INITIALIZER { V8_ONCE_INIT, 0 }
  /external/v8/src/
d8.cc 360 base::OnceType Shell::quit_once_ = V8_ONCE_INIT;
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 735 static base::OnceType once = V8_ONCE_INIT;
    [all...]

Completed in 535 milliseconds