Home
last modified time | relevance | path

Searched refs:kHasExceptionHandler (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dlinkage.h213 kHasExceptionHandler = 1u << 1, in NON_EXPORTED_BASE() enumerator
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc961 if (instr->HasCallDescriptorFlag(CallDescriptor::kHasExceptionHandler)) { in RecordCallPosition()
Dmid-tier-register-allocator.cc2900 instr->HasCallDescriptorFlag(CallDescriptor::kHasExceptionHandler); in DefineOutputs()
Dinstruction-selector.cc2962 flags |= CallDescriptor::kHasExceptionHandler; in VisitCall()