Lines Matching defs:builtin
286 Builtin builtin = OffHeapInstructionStream::TryLookupCode(isolate, pc);
287 if (builtin != Builtin::kNoBuiltinId &&
288 (builtin == Builtin::kInterpreterEntryTrampoline ||
289 builtin == Builtin::kInterpreterEnterAtBytecode ||
290 builtin == Builtin::kInterpreterEnterAtNextBytecode ||
291 builtin == Builtin::kBaselineOrInterpreterEnterAtBytecode ||
292 builtin == Builtin::kBaselineOrInterpreterEnterAtNextBytecode)) {
820 // Distinguish between between regular and builtin exit frames.
960 accumulator->Add("builtin exit frame: ");
2224 // We cannot DCHECK that the pc matches the expected builtin code here,
2428 // This is used for the WasmCompileLazy builtin, where we actually pass