Searched refs:InterpreterOnStackReplacement (Results 1 – 4 of 4) sorted by relevance
82 static Callable InterpreterOnStackReplacement(Isolate* isolate);
295 Callable CodeFactory::InterpreterOnStackReplacement(Isolate* isolate) { in InterpreterOnStackReplacement() function in v8::internal::CodeFactory
194 ASM(InterpreterOnStackReplacement, ContextOnly) \
1353 Callable callable = CodeFactory::InterpreterOnStackReplacement(isolate()); in OnStackReplacement()