HomeSort by relevance Sort by last modified time
    Searched refs:InterpreterPushArgsAndConstruct (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
code-factory.h 153 static Callable InterpreterPushArgsAndConstruct(Isolate* isolate);
code-factory.cc 573 Callable CodeFactory::InterpreterPushArgsAndConstruct(Isolate* isolate) {
574 return Callable(isolate->builtins()->InterpreterPushArgsAndConstruct(),
interface-descriptors.h 98 V(InterpreterPushArgsAndConstruct) \
builtins.h 242 V(InterpreterPushArgsAndConstruct, BUILTIN, kNoExtraICState) \
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc 454 Callable callable = CodeFactory::InterpreterPushArgsAndConstruct(isolate());
interpreter.cc     [all...]

Completed in 1905 milliseconds