Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.h202 BytecodeArrayBuilder& CreateCatchContext(Register exception, in NON_EXPORTED_BASE()
Dbytecodes.h222 V(CreateCatchContext, AccumulatorUse::kReadWrite, OperandType::kReg, \
Dbytecode-array-builder.cc725 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateCatchContext( in CreateCatchContext() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc3259 builder()->CreateCatchContext(exception, variable->raw_name(), scope); in BuildNewLocalCatchContext()
/external/v8/src/compiler/
Djs-operator.h705 const Operator* CreateCatchContext(const Handle<String>& name, in NON_EXPORTED_BASE()
Djs-operator.cc1047 const Operator* JSOperatorBuilder::CreateCatchContext( in CreateCatchContext() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc1209 const Operator* op = javascript()->CreateCatchContext(name, scope_info); in VisitCreateCatchContext()