Home
last modified time | relevance | path

Searched refs:IsCompilingForDebugging (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcompiler.h129 flags_ |= IsCompilingForDebugging::encode(true); in MarkCompilingForDebugging()
136 bool IsCompilingForDebugging() { in IsCompilingForDebugging() function
137 return IsCompilingForDebugging::decode(flags_); in IsCompilingForDebugging()
224 class IsCompilingForDebugging: public BitField<bool, 8, 1> {};
Dcompiler.cc329 return info->IsCompilingForDebugging() || !V8::UseCrankshaft() ? in GenerateCode()