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

  /external/v8/src/builtins/
builtins-interpreter.cc 12 Handle<Code> Builtins::InterpreterPushArgsAndCall(
26 return InterpreterPushArgsAndCall();
builtins.h 152 ASM(InterpreterPushArgsAndCall) \
    [all...]
  /external/v8/src/
code-factory.cc 456 Callable CodeFactory::InterpreterPushArgsAndCall(Isolate* isolate,
460 isolate->builtins()->InterpreterPushArgsAndCall(tail_call_mode, mode),
code-factory.h 186 static Callable InterpreterPushArgsAndCall(Isolate* isolate,
interface-descriptors.h 92 V(InterpreterPushArgsAndCall) \
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc 598 Callable callable = CodeFactory::InterpreterPushArgsAndCall(
713 Callable callable_call = CodeFactory::InterpreterPushArgsAndCall(
731 Callable callable = CodeFactory::InterpreterPushArgsAndCall(
742 Callable callable = CodeFactory::InterpreterPushArgsAndCall(
    [all...]

Completed in 51 milliseconds