Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dschedule.cc226 bool IsPotentiallyThrowingCall(IrOpcode::Value opcode) { in IsPotentiallyThrowingCall() function
245 DCHECK(IsPotentiallyThrowingCall(call->opcode())); in AddCall()