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

  /external/v8/src/
code-stubs.h 221 virtual int GetStackParameterCount() const {
222 return GetCallInterfaceDescriptor().GetStackParameterCount();
419 int GetStackParameterCount() const {
420 return call_descriptor().GetStackParameterCount();
529 int GetStackParameterCount() const override {
530 return GetCallInterfaceDescriptor().GetStackParameterCount();
    [all...]
interface-descriptors.h 160 int GetStackParameterCount() const {
compiler.cc 185 parameter_count_ = descriptor.GetStackParameterCount();
    [all...]
deoptimizer.cc     [all...]
  /external/v8/src/compiler/
linkage.cc 128 info->isolate(), zone, descriptor, stub->GetStackParameterCount(),

Completed in 231 milliseconds