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 91 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } function in class:v8::internal::final
compiler.cc 163 if (info()->has_bytecode_array()) {
287 info->has_bytecode_array()
433 if (info->is_debug() && info->has_bytecode_array()) {
438 if (info->has_bytecode_array()) {
    [all...]

Completed in 94 milliseconds