Home
last modified time | relevance | path

Searched refs:has_bytecode_array (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dunoptimized-compilation-info.h75 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array() function in v8::internal::final
H A Doptimized-compilation-info.h120 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array() function in v8::internal::final
H A Dcompiler.cc637 if (compilation_info->has_bytecode_array()) { in InstallUnoptimizedCode()
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc235 if (info->has_bytecode_array()) { in AssembleCode()

Completed in 9 milliseconds