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