Searched refs:CreateClosure (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-array-builder.h | 157 BytecodeArrayBuilder& CreateClosure(size_t entry, int flags); in NON_EXPORTED_BASE()
|
D | bytecode-array-builder.cc | 569 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateClosure(size_t entry, in CreateClosure() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | bytecodes.h | 197 V(CreateClosure, AccumulatorUse::kWrite, OperandType::kIdx, \
|
D | bytecode-generator.cc | 1386 builder()->CreateClosure(entry, flags); in VisitFunctionLiteral() 1509 builder()->CreateClosure(entry, NOT_TENURED); in VisitNativeFunctionLiteral()
|
/external/v8/src/compiler/ |
D | js-operator.h | 458 const Operator* CreateClosure(Handle<SharedFunctionInfo> shared_info, in NON_EXPORTED_BASE()
|
D | js-operator.cc | 810 const Operator* JSOperatorBuilder::CreateClosure( in CreateClosure() function in v8::internal::compiler::JSOperatorBuilder
|
D | bytecode-graph-builder.cc | 1125 const Operator* op = javascript()->CreateClosure(shared_info, tenured); in VisitCreateClosure()
|
D | ast-graph-builder.cc | 1580 const Operator* op = javascript()->CreateClosure(shared_info, pretenure); in VisitFunctionLiteral()
|