Home | History | Annotate | Download | only in src

Lines Matching refs:STUB

151 CompilationInfo::CompilationInfo(CodeStub* stub, Isolate* isolate, Zone* zone)
152 : CompilationInfo(nullptr, stub, CodeStub::MajorName(stub->MajorKey()),
153 STUB, isolate, zone) {}
157 : CompilationInfo(nullptr, nullptr, debug_name, STUB, isolate, zone) {
158 set_output_code_kind(Code::STUB);