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

  /external/v8/src/
compiler.h 129 flags_ |= IsCompilingForDebugging::encode(true);
136 bool IsCompilingForDebugging() {
137 return IsCompilingForDebugging::decode(flags_);
224 class IsCompilingForDebugging: public BitField<bool, 8, 1> {};
compiler.cc 329 return info->IsCompilingForDebugging() || !V8::UseCrankshaft() ?

Completed in 59 milliseconds