Searched refs:has_bytecode_array (Results 1 – 3 of 3) sorted by relevance
79 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array() function
154 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()
908 Label has_bytecode_array; in Generate_InterpreterEntryTrampoline() local914 __ B(ne, &has_bytecode_array); in Generate_InterpreterEntryTrampoline()918 __ Bind(&has_bytecode_array); in Generate_InterpreterEntryTrampoline()