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

  /external/v8/src/
compilation-info.h 126 bool will_serialize() const { return GetFlag(kSerializing); } function in class:v8::internal::final
compiler.cc 398 bool is_debug, bool will_serialize) {
401 dispatcher->IsEnabled() && !is_debug && !will_serialize &&
529 bool will_serialize = outer_info->will_serialize(); local
546 shared, is_debug, will_serialize) &&
568 if (will_serialize) info.PrepareForSerializing();
    [all...]

Completed in 76 milliseconds