Lines Matching refs:bytecode
41 TRACE("Cannot consider " << shared << " for inlining (no bytecode)");
44 // Ensure we have a persistent handle to the bytecode in order to avoid
101 out.bytecode[0] = function.shared().GetBytecodeArray();
122 out.bytecode[n] = function.shared().GetBytecodeArray();
133 out.bytecode[0] = out.shared_info->GetBytecodeArray();
144 out.bytecode[0] = out.shared_info->GetBytecodeArray();
191 if (!candidate.bytecode[i].has_value()) {
199 candidate.can_inline_function[i] = candidate.bytecode[i].has_value();
226 BytecodeArrayRef bytecode = candidate.bytecode[i].value();
227 candidate.total_size += bytecode.length();
235 IsSmall(bytecode.length() + inlined_bytecode_size);
711 total_inlined_bytecode_size_ += candidate.bytecode[0].value().length();
778 total_inlined_bytecode_size_ += candidate.bytecode[i]->length();
822 if (candidate.bytecode[i].has_value()) {
823 os << ", bytecode size: " << candidate.bytecode[i]->length();
829 os << ", existing opt code's inlined bytecode size: "
834 os << ", no bytecode";