Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter.h77 bool IsDispatchTableInitialized() const;
Dinterpreter.cc346 DCHECK(IsDispatchTableInitialized()); in Initialize()
349 bool Interpreter::IsDispatchTableInitialized() const { in IsDispatchTableInitialized() function in v8::internal::interpreter::Interpreter