Searched refs:CreateCatchContext (Results 1 – 8 of 8) sorted by relevance
215 BytecodeArrayBuilder& CreateCatchContext(Register exception,
267 V(CreateCatchContext, AccumulatorUse::kWrite, OperandType::kReg, \
911 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateCatchContext( in CreateCatchContext() function in v8::internal::interpreter::BytecodeArrayBuilder
2552 IGNITION_HANDLER(CreateCatchContext, InterpreterAssembler) { in IGNITION_HANDLER() argument
4802 builder()->CreateCatchContext(exception, scope); in BuildNewLocalCatchContext()
839 const Operator* CreateCatchContext(const Handle<ScopeInfo>& scope_info); in NON_EXPORTED_BASE()
1251 const Operator* JSOperatorBuilder::CreateCatchContext( in CreateCatchContext() function in v8::internal::compiler::JSOperatorBuilder
1526 const Operator* op = javascript()->CreateCatchContext(scope_info); in VisitCreateCatchContext()