Home
last modified time | relevance | path

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

/external/v8/src/
Dcompilation-info.h89 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array() function
Dcompiler.cc139 if (info()->has_bytecode_array()) { in RecordUnoptimizedCompilationStats()
263 info->has_bytecode_array() in RecordFunctionCompilation()
386 if (info->is_debug() && info->has_bytecode_array()) { in InstallSharedCompilationResult()
391 if (info->has_bytecode_array()) { in InstallSharedCompilationResult()