Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc856 if (info->has_bytecode_array()) { in GetUnoptimizedCodeCommon()
1316 if (info->has_bytecode_array()) { in CompileToplevel()
1670 if (info.has_bytecode_array()) { in GetSharedFunctionInfo()
Dcompiler.h176 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array() function