Searched refs:CreateCatchContext (Results 1 – 9 of 9) sorted by relevance
249 BytecodeArrayBuilder& CreateCatchContext(Register exception,
326 V(CreateCatchContext, ImplicitRegisterUse::kWriteAccumulator, \
966 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateCatchContext( in CreateCatchContext() function in v8::internal::interpreter::BytecodeArrayBuilder
2531 IGNITION_HANDLER(CreateCatchContext, InterpreterAssembler) { in IGNITION_HANDLER() argument
6906 builder()->CreateCatchContext(exception, scope); in BuildNewLocalCatchContext()
727 MAGLEV_UNIMPLEMENTED_BYTECODE(CreateCatchContext) in MAGLEV_UNIMPLEMENTED_BYTECODE()
1436 const Operator* JSOperatorBuilder::CreateCatchContext( in CreateCatchContext() function in v8::internal::compiler::JSOperatorBuilder
1099 const Operator* CreateCatchContext(const ScopeInfoRef& scope_info); in NON_EXPORTED_BASE()
2222 const Operator* op = javascript()->CreateCatchContext(scope_info); in VisitCreateCatchContext()