HomeSort by relevance Sort by last modified time
    Searched refs:CALL_FUNCTION (Results 1 - 25 of 47) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
opcode.h 130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */
140 (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
opcode.h 130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */
140 (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
  /external/v8/src/
macro-assembler.h 11 CALL_FUNCTION,
  /external/v8/src/arm/
builtins-arm.cc 240 __ InvokeBuiltin(Builtins::TO_STRING, CALL_FUNCTION);
658 __ InvokeFunction(r1, actual, CALL_FUNCTION, NullCallWrapper());
788 __ InvokeFunction(r1, actual, CALL_FUNCTION, NullCallWrapper());
    [all...]
full-codegen-arm.cc 164 __ InvokeBuiltin(Builtins::STACK_OVERFLOW, CALL_FUNCTION);
    [all...]
  /external/v8/src/arm64/
builtins-arm64.cc 232 __ InvokeBuiltin(Builtins::TO_STRING, CALL_FUNCTION);
623 __ InvokeFunction(constructor, actual, CALL_FUNCTION, NullCallWrapper());
762 __ InvokeFunction(function, actual, CALL_FUNCTION, NullCallWrapper());
    [all...]
full-codegen-arm64.cc 167 __ InvokeBuiltin(Builtins::STACK_OVERFLOW, CALL_FUNCTION);
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 425 __ InvokeFunction(edi, actual, CALL_FUNCTION,
531 __ InvokeFunction(edi, actual, CALL_FUNCTION,
805 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION);
907 __ InvokeBuiltin(Builtins::APPLY_PREPARE, CALL_FUNCTION);
931 __ InvokeBuiltin(Builtins::STACK_OVERFLOW, CALL_FUNCTION);
    [all...]
full-codegen-ia32.cc 158 __ InvokeBuiltin(Builtins::STACK_OVERFLOW, CALL_FUNCTION);
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 249 __ InvokeBuiltin(Builtins::TO_STRING, CALL_FUNCTION);
681 __ InvokeFunction(a1, actual, CALL_FUNCTION, NullCallWrapper());
807 __ InvokeFunction(a1, actual, CALL_FUNCTION, NullCallWrapper());
    [all...]
full-codegen-mips.cc 171 __ InvokeBuiltin(Builtins::STACK_OVERFLOW, CALL_FUNCTION);
    [all...]
  /external/v8/src/mips64/
builtins-mips64.cc 248 __ InvokeBuiltin(Builtins::TO_STRING, CALL_FUNCTION);
693 __ InvokeFunction(a1, actual, CALL_FUNCTION, NullCallWrapper());
823 __ InvokeFunction(a1, actual, CALL_FUNCTION, NullCallWrapper());
    [all...]
full-codegen-mips64.cc 168 __ InvokeBuiltin(Builtins::STACK_OVERFLOW, CALL_FUNCTION);
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 427 __ InvokeFunction(rdi, actual, CALL_FUNCTION, NullCallWrapper());
590 __ InvokeFunction(rdi, actual, CALL_FUNCTION, NullCallWrapper());
868 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION);
    [all...]
full-codegen-x64.cc 156 __ InvokeBuiltin(Builtins::STACK_OVERFLOW, CALL_FUNCTION);
    [all...]
  /external/v8/src/x87/
builtins-x87.cc 425 __ InvokeFunction(edi, actual, CALL_FUNCTION,
531 __ InvokeFunction(edi, actual, CALL_FUNCTION,
805 __ InvokeBuiltin(Builtins::TO_OBJECT, CALL_FUNCTION);
907 __ InvokeBuiltin(Builtins::APPLY_PREPARE, CALL_FUNCTION);
931 __ InvokeBuiltin(Builtins::STACK_OVERFLOW, CALL_FUNCTION);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 741 def CALL_FUNCTION(self, argc):
745 return self.CALL_FUNCTION(argc)-1
747 return self.CALL_FUNCTION(argc)-1
749 return self.CALL_FUNCTION(argc)-2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 741 def CALL_FUNCTION(self, argc):
745 return self.CALL_FUNCTION(argc)-1
747 return self.CALL_FUNCTION(argc)-1
749 return self.CALL_FUNCTION(argc)-2
  /external/v8/src/ic/arm/
handler-compiler-arm.cc 40 __ InvokeFunction(getter, expected, actual, CALL_FUNCTION,
77 __ InvokeFunction(setter, expected, actual, CALL_FUNCTION,
  /external/v8/src/ic/arm64/
handler-compiler-arm64.cc 234 __ InvokeFunction(setter, expected, actual, CALL_FUNCTION,
268 __ InvokeFunction(getter, expected, actual, CALL_FUNCTION,
  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 35 __ InvokeFunction(getter, expected, actual, CALL_FUNCTION,
238 __ InvokeFunction(setter, expected, actual, CALL_FUNCTION,
  /external/v8/src/ic/mips/
handler-compiler-mips.cc 40 __ InvokeFunction(getter, expected, actual, CALL_FUNCTION,
77 __ InvokeFunction(setter, expected, actual, CALL_FUNCTION,
  /external/v8/src/ic/mips64/
handler-compiler-mips64.cc 40 __ InvokeFunction(getter, expected, actual, CALL_FUNCTION,
77 __ InvokeFunction(setter, expected, actual, CALL_FUNCTION,
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 225 __ InvokeFunction(setter, expected, actual, CALL_FUNCTION,
264 __ InvokeFunction(getter, expected, actual, CALL_FUNCTION,
  /external/v8/src/ic/x87/
handler-compiler-x87.cc 35 __ InvokeFunction(getter, expected, actual, CALL_FUNCTION,
238 __ InvokeFunction(setter, expected, actual, CALL_FUNCTION,

Completed in 2097 milliseconds

1 2