Searched refs:LookupNameOfBytecodeHandler (Results 1 – 3 of 3) sorted by relevance
73 V8_EXPORT_PRIVATE const char* LookupNameOfBytecodeHandler(const Code code);
379 const char* Interpreter::LookupNameOfBytecodeHandler(const Code code) { in LookupNameOfBytecodeHandler() function in v8::internal::interpreter::Interpreter
408 return isolate->interpreter()->LookupNameOfBytecodeHandler(*this); in GetName()