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