Home
last modified time | relevance | path

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

/external/v8/src/
Dunoptimized-compilation-info.h79 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array() function
Dcompiler.cc154 if (compilation_info()->has_bytecode_array()) { in RecordCompilationStats()
173 if (compilation_info()->has_bytecode_array()) { in RecordFunctionCompilation()
352 if (compilation_info->has_bytecode_array()) { in InstallUnoptimizedCode()
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc908 Label has_bytecode_array; in Generate_InterpreterEntryTrampoline() local
914 __ B(ne, &has_bytecode_array); in Generate_InterpreterEntryTrampoline()
918 __ Bind(&has_bytecode_array); in Generate_InterpreterEntryTrampoline()