Searched refs:GetCachedCreateClosureSlot (Results 1 – 2 of 2) sorted by relevance
441 int GetCachedCreateClosureSlot(FunctionLiteral* literal);
778 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