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

  /external/v8/src/
compiler.h 194 bool will_serialize() const { return GetFlag(kSerializing); } function in class:v8::internal::CompilationInfo
211 return FLAG_optimize_for_size && FLAG_age_code && !will_serialize() &&
lithium.cc 467 if (info()->will_serialize()) assembler.enable_serializer();
compiler.cc     [all...]
full-codegen.cc 317 if (info->will_serialize()) masm.enable_serializer();
    [all...]

Completed in 122 milliseconds