Searched refs:LookupNameOfBytecodeHandler (Results 1 – 3 of 3) sorted by relevance
57 const char* LookupNameOfBytecodeHandler(Code* code);
244 const char* Interpreter::LookupNameOfBytecodeHandler(Code* code) { in LookupNameOfBytecodeHandler() function in v8::internal::interpreter::Interpreter
14928 name = GetIsolate()->interpreter()->LookupNameOfBytecodeHandler(this); in Disassemble()