Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.h157 BytecodeArrayBuilder& CreateClosure(size_t entry, int flags); in NON_EXPORTED_BASE()
Dbytecode-array-builder.cc569 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateClosure(size_t entry, in CreateClosure() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecodes.h197 V(CreateClosure, AccumulatorUse::kWrite, OperandType::kIdx, \
Dbytecode-generator.cc1386 builder()->CreateClosure(entry, flags); in VisitFunctionLiteral()
1509 builder()->CreateClosure(entry, NOT_TENURED); in VisitNativeFunctionLiteral()
/external/v8/src/compiler/
Djs-operator.h458 const Operator* CreateClosure(Handle<SharedFunctionInfo> shared_info, in NON_EXPORTED_BASE()
Djs-operator.cc810 const Operator* JSOperatorBuilder::CreateClosure( in CreateClosure() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc1125 const Operator* op = javascript()->CreateClosure(shared_info, tenured); in VisitCreateClosure()
Dast-graph-builder.cc1580 const Operator* op = javascript()->CreateClosure(shared_info, pretenure); in VisitFunctionLiteral()