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

  /external/v8/src/
compilation-info.h 124 bool will_serialize() const { return GetFlag(kSerializing); } function in class:v8::internal::final
compiler.cc     [all...]
  /external/v8/src/parsing/
parse-info.h 57 FLAG_ACCESSOR(kSerializing, will_serialize, set_will_serialize)
parser.cc 613 can_compile_lazily &= !(FLAG_serialize_eager && info->will_serialize());
    [all...]
  /external/v8/src/crankshaft/
lithium.cc 452 DCHECK(!info()->will_serialize());
  /external/v8/src/full-codegen/
full-codegen.cc 103 if (info->will_serialize()) masm.enable_serializer();
119 code->set_has_reloc_info_for_serialization(info->will_serialize());
    [all...]
  /external/v8/src/compiler/
pipeline.cc     [all...]

Completed in 280 milliseconds