Searched refs:IsDispatchTableInitialized (Results 1 – 2 of 2) sorted by relevance
166 bool IsDispatchTableInitialized();
108 DCHECK(IsDispatchTableInitialized()); in Initialize()113 DCHECK(IsDispatchTableInitialized()); in GetBytecodeHandler()220 bool Interpreter::IsDispatchTableInitialized() { in IsDispatchTableInitialized() function in v8::internal::interpreter::Interpreter231 return !IsDispatchTableInitialized(); in ShouldInitializeDispatchTable()