Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.h215 BytecodeArrayBuilder& CreateCatchContext(Register exception,
Dbytecodes.h267 V(CreateCatchContext, AccumulatorUse::kWrite, OperandType::kReg, \
Dbytecode-array-builder.cc911 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateCatchContext( in CreateCatchContext() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc2552 IGNITION_HANDLER(CreateCatchContext, InterpreterAssembler) { in IGNITION_HANDLER() argument
Dbytecode-generator.cc4802 builder()->CreateCatchContext(exception, scope); in BuildNewLocalCatchContext()
/external/v8/src/compiler/
Djs-operator.h839 const Operator* CreateCatchContext(const Handle<ScopeInfo>& scope_info); in NON_EXPORTED_BASE()
Djs-operator.cc1251 const Operator* JSOperatorBuilder::CreateCatchContext( in CreateCatchContext() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc1526 const Operator* op = javascript()->CreateCatchContext(scope_info); in VisitCreateCatchContext()