Home
last modified time | relevance | path

Searched defs:argumentCount (Results 1 – 12 of 12) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/code/
DInvokeSuperRange.java22 public InvokeSuperRange(int firstArgumentRegister, int argumentCount, DexMethod method) { in InvokeSuperRange()
DInvokeStaticRange.java22 public InvokeStaticRange(int firstArgumentRegister, int argumentCount, DexMethod method) { in InvokeStaticRange()
DInvokeDirectRange.java22 public InvokeDirectRange(int firstArgumentRegister, int argumentCount, DexMethod method) { in InvokeDirectRange()
DInvokeInterfaceRange.java22 public InvokeInterfaceRange(int firstArgumentRegister, int argumentCount, DexMethod method) { in InvokeInterfaceRange()
DInvokeVirtualRange.java22 public InvokeVirtualRange(int firstArgumentRegister, int argumentCount, DexMethod method) { in InvokeVirtualRange()
DInvokePolymorphicRange.java25 int firstArgumentRegister, int argumentCount, DexMethod method, DexProto proto) { in InvokePolymorphicRange()
DInvokeCustomRange.java21 public InvokeCustomRange(int firstArgumentRegister, int argumentCount, DexCallSite callSite) { in InvokeCustomRange()
DFormat3rc.java28 Format3rc(int firstArgumentRegister, int argumentCount, IndexedDexItem dexItem) { in Format3rc()
DFormat4rcc.java33 Format4rcc(int firstArgumentRegister, int argumentCount, DexMethod method, DexProto proto) { in Format4rcc()
/external/v8/src/debug/
Dmirrors.js1655 FrameDetails.prototype.argumentCount = function() { method in FrameDetails
1826 FrameMirror.prototype.argumentCount = function() { method in FrameMirror
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DOutliner.java125 int argumentCount() { in argumentCount() method in Outliner.Outline
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1127 size_t argumentCount = arg.size(); in visitAggregate() local