Home
last modified time | relevance | path

Searched refs:CodeKindCanOSR (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dcode-kind.h88 inline constexpr bool CodeKindCanOSR(CodeKind kind) { in CodeKindCanOSR() function
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc927 DCHECK_IMPLIES(IsOSR(osr_offset), CodeKindCanOSR(code.kind())); in Get()
945 DCHECK(CodeKindCanOSR(kind)); in Insert()