Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc391 info->has_bytecode_array() in RecordFunctionCompilation()
464 if (info->has_bytecode_array()) { in CodeAndMetadataSize()
522 if (info->is_debug() && info->has_bytecode_array()) { in InstallSharedCompilationResult()
529 if (info->has_bytecode_array()) { in InstallSharedCompilationResult()
Dcompiler.h189 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array() function