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

  /external/v8/src/
compilation-info.h 89 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } function in class:v8::internal::final
compiler.cc 139 if (info()->has_bytecode_array()) {
263 info->has_bytecode_array()
386 if (info->is_debug() && info->has_bytecode_array()) {
391 if (info->has_bytecode_array()) {
    [all...]

Completed in 70 milliseconds