Home
last modified time | relevance | path

Searched refs:GetCachedLoadGlobalICSlot (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.h273 FeedbackSlot GetCachedLoadGlobalICSlot(TypeofMode typeof_mode,
Dbytecode-generator.cc1190 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