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

1 2 3

  /dalvik/dx/src/com/android/dx/cf/code/
BaseMachine.java 46 private Type auxType;
108 auxType = null;
232 public final void auxType(Type type) {
233 auxType = type;
330 return auxType;
Machine.java 133 public void auxType(Type type);
Simulator.java 555 machine.auxType(type);
622 machine.auxType(type);
629 machine.auxType(type);
638 machine.auxType(type);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
opGen.go     [all...]
value.go 69 if opcodeTable[v.Op].auxType != auxInt8 {
76 if opcodeTable[v.Op].auxType != auxInt16 {
83 if opcodeTable[v.Op].auxType != auxInt32 {
90 if opcodeTable[v.Op].auxType != auxFloat32 && opcodeTable[v.Op].auxType != auxFloat64 {
96 if opcodeTable[v.Op].auxType != auxSymValAndOff {
131 switch opcodeTable[v.Op].auxType {
nilcheck.go 204 switch opcodeTable[v.Op].auxType {
215 // Mips uses this auxType for atomic add constant. It does not affect the effective address.
217 // ARM uses this auxType for duffcopy/duffzero/alignment info.
222 v.Fatalf("can't handle aux %s (type %d) yet\n", v.auxString(), int(opcodeTable[v.Op].auxType))
op.go 23 auxType auxType
57 type auxType int8
60 auxNone auxType = iota
check.go 121 switch opcodeTable[v.Op].auxType {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
opGen.go     [all...]
value.go 69 if opcodeTable[v.Op].auxType != auxInt8 {
76 if opcodeTable[v.Op].auxType != auxInt16 {
83 if opcodeTable[v.Op].auxType != auxInt32 {
90 if opcodeTable[v.Op].auxType != auxFloat32 && opcodeTable[v.Op].auxType != auxFloat64 {
96 if opcodeTable[v.Op].auxType != auxSymValAndOff {
131 switch opcodeTable[v.Op].auxType {
nilcheck.go 204 switch opcodeTable[v.Op].auxType {
215 // Mips uses this auxType for atomic add constant. It does not affect the effective address.
217 // ARM uses this auxType for duffcopy/duffzero/alignment info.
222 v.Fatalf("can't handle aux %s (type %d) yet\n", v.auxString(), int(opcodeTable[v.Op].auxType))
op.go 23 auxType auxType
57 type auxType int8
60 auxNone auxType = iota
check.go 121 switch opcodeTable[v.Op].auxType {
  /frameworks/av/services/audioflinger/
Effects.cpp 300 const bool auxType =
343 if (auxType) {
378 if (!auxType && mInChannelCountRequested != inChannelCount) {
398 if (!auxType) {
445 if (!auxType /* aux effects do not require data bypass */
462 if (auxType) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
main.go 164 fmt.Fprintf(w, "auxType: aux%s,\n", v.aux)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
main.go 164 fmt.Fprintf(w, "auxType: aux%s,\n", v.aux)
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/
dalvik-dx-7.1.0_r7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
builder-2.1.2.jar 

Completed in 402 milliseconds

1 2 3