Lines Matching defs:kind

185       CHECK(CodeKindCanDeoptimize(code.kind()));
195 Deoptimizer* Deoptimizer::New(Address raw_function, DeoptimizeKind kind,
200 new Deoptimizer(isolate, function, kind, from, fp_to_sp_delta);
222 if (it->kind() == TranslatedFrame::kUnoptimizedFunction ||
223 it->kind() == TranslatedFrame::kJavaScriptBuiltinContinuation ||
224 it->kind() ==
236 CHECK_EQ(frame_it->kind(), TranslatedFrame::kUnoptimizedFunction);
263 if (CodeKindCanDeoptimize(code.kind()) &&
319 bool is_builtin_code = code.kind() == CodeKind::BUILTIN;
340 CHECK(CodeKindCanDeoptimize(code.kind()));
421 CHECK(CodeKindCanDeoptimize(code.kind()));
435 if (CodeKindCanDeoptimize(code.kind())) {
459 const char* Deoptimizer::MessageFor(DeoptimizeKind kind) {
460 switch (kind) {
471 DeoptimizeKind kind, Address from, int fp_to_sp_delta)
475 deopt_kind_(kind),
507 CHECK(CodeKindCanDeoptimize(compiled_code_.kind()));
510 PROFILE(isolate_, CodeDeoptEvent(handle(compiled_code_, isolate_), kind,
586 Builtin Deoptimizer::GetDeoptimizationEntry(DeoptimizeKind kind) {
587 switch (kind) {
628 DCHECK(CodeKindCanDeoptimize(code.kind()));
643 switch (translated_frame->kind()) {
667 PrintF(file, "[bailout (kind: %s, reason: %s): begin. deoptimizing ",
672 PrintF(file, "%s", CodeKindToString(compiled_code_.kind()));
869 switch (translated_frame->kind()) {
965 !is_bottommost && (translated_state_.frames()[frame_index - 1]).kind() !=
1113 (translated_state_.frames()[frame_index - 1]).kind();
1629 translated_frame->kind() == TranslatedFrame::kJSToWasmBuiltinContinuation;
1987 DCHECK(CodeKindCanDeoptimize(compiled_code_.kind()));