Home
last modified time | relevance | path

Searched refs:GetCachedCreateClosureSlot (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h441 int GetCachedCreateClosureSlot(FunctionLiteral* literal);
H A Dbytecode-generator.cc778 int literal_index = generator->GetCachedCreateClosureSlot(f); in AllocateDeclarations()
807 int literal_index = generator->GetCachedCreateClosureSlot(f); in AllocateDeclarations()
2520 builder()->CreateClosure(entry, GetCachedCreateClosureSlot(expr), flags); in VisitFunctionLiteral()
7306 int BytecodeGenerator::GetCachedCreateClosureSlot(FunctionLiteral* literal) { in GetCachedCreateClosureSlot() function in v8::internal::interpreter::BytecodeGenerator

Completed in 13 milliseconds