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

1 2

  /external/v8/src/
code-stubs-hydrogen.cc 57 int GetRegisterParameterCount() const {
58 return descriptor_.GetRegisterParameterCount();
104 int register_param_count = GetRegisterParameterCount();
249 interface_descriptor.GetRegisterParameterCount();
interface-descriptors.h 174 int GetRegisterParameterCount() const {
    [all...]
code-stubs.h 432 int GetRegisterParameterCount() const {
433 return call_descriptor().GetRegisterParameterCount();
    [all...]
  /external/v8/src/compiler/
linkage.cc 344 const int register_parameter_count = descriptor.GetRegisterParameterCount();
428 const int register_parameter_count = descriptor.GetRegisterParameterCount();
code-assembler.cc 579 int stack_parameter_count = argc - descriptor.GetRegisterParameterCount();
  /external/v8/src/builtins/
builtins.cc 110 DCHECK_LE(0, descriptor.GetRegisterParameterCount());
  /external/v8/src/crankshaft/arm/
lithium-arm.h     [all...]
lithium-arm.cc 1009 for (; i < descriptor.GetRegisterParameterCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h     [all...]
lithium-arm64.cc 972 for (; i < descriptor.GetRegisterParameterCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h     [all...]
lithium-ia32.cc 1046 for (; i < descriptor.GetRegisterParameterCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h     [all...]
lithium-mips.cc 1014 for (; i < descriptor.GetRegisterParameterCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h     [all...]
lithium-mips64.cc 1014 for (; i < descriptor.GetRegisterParameterCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h     [all...]
lithium-ppc.cc 1020 for (; i < descriptor.GetRegisterParameterCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h     [all...]
lithium-s390.cc 933 for (; i < descriptor.GetRegisterParameterCount(); i++) {
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h     [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h     [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 576 int param_count = callable.descriptor().GetRegisterParameterCount();
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 55 int param_count = descriptor.GetRegisterParameterCount();
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 42 int param_count = descriptor.GetRegisterParameterCount();
    [all...]

Completed in 3000 milliseconds

1 2