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

  /external/v8/src/builtins/
builtins-interpreter.cc 63 Handle<Code> Builtins::InterpreterPushArgsAndConstruct(
71 return InterpreterPushArgsAndConstruct();
builtins.h 157 ASM(InterpreterPushArgsAndConstruct) \
    [all...]
  /external/v8/src/
code-factory.cc 465 Callable CodeFactory::InterpreterPushArgsAndConstruct(
467 return Callable(isolate->builtins()->InterpreterPushArgsAndConstruct(mode),
code-factory.h 189 static Callable InterpreterPushArgsAndConstruct(Isolate* isolate,
interface-descriptors.h 93 V(InterpreterPushArgsAndConstruct) \
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc 787 Callable callable_function = CodeFactory::InterpreterPushArgsAndConstruct(
    [all...]

Completed in 122 milliseconds