Searched refs:GetCachedLoadGlobalICSlot (Results 1 – 2 of 2) sorted by relevance
273 FeedbackSlot GetCachedLoadGlobalICSlot(TypeofMode typeof_mode,
1190 GetCachedLoadGlobalICSlot(NOT_INSIDE_TYPEOF, variable); in VisitVariableDeclaration()1242 GetCachedLoadGlobalICSlot(NOT_INSIDE_TYPEOF, variable); in VisitFunctionDeclaration()2572 FeedbackSlot slot = GetCachedLoadGlobalICSlot(typeof_mode, variable); in BuildVariableLoad()2617 FeedbackSlot slot = GetCachedLoadGlobalICSlot(typeof_mode, variable); in BuildVariableLoad()5094 FeedbackSlot BytecodeGenerator::GetCachedLoadGlobalICSlot( in GetCachedLoadGlobalICSlot() function in v8::internal::interpreter::BytecodeGenerator