Home
last modified time | relevance | path

Searched refs:add (Results 151 – 175 of 389) sorted by relevance

12345678910>>...16

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S59 add sp, #4 @ bottom word holds Method*
138 add sp, #8 @ rewind sp
161 add sp, #8 @ rewind sp
165 add sp, #4 @ skip r0
753 add sp, #8 @ pop padding
760 add sp, #20
789 add r3, r0, #MIRROR_OBJECT_ARRAY_DATA_OFFSET
797 add r3, r0, #MIRROR_OBJECT_ARRAY_DATA_OFFSET
817 add r3, r0, #MIRROR_OBJECT_ARRAY_DATA_OFFSET
882 add sp, #16 @ strip the extra frame
[all …]
/art/test/1963-add-to-dex-classloader-in-memory/
Dinfo.txt1 Tests we can add dex-file buffers to an existing classloader and the old classes can see them.
DAndroid.bp3 name: "art-run-test-1963-add-to-dex-classloader-in-memory",
/art/test/476-checker-ctor-memory-barrier/
Dinfo.txt1 Tests if we add memory barriers on constructors when needed (i.e when the
/art/test/1964-add-to-dex-classloader-file/
Dinfo.txt1 Tests we can add dex-file buffers to an existing classloader and the old classes can see them.
/art/test/2000-virtual-list-structural/
Dinfo.txt3 Tests that using the structural redefinition can add new virtual methods and fields.
/art/test/1999-virtual-structural/
Dinfo.txt3 Tests that using the structural redefinition can add new virtual methods and fields.
/art/test/1994-final-virtual-structural/
Dinfo.txt3 Tests that using the structural redefinition can add new virtual methods and fields.
/art/compiler/optimizing/
Dinstruction_simplifier_x86_shared.cc125 HAdd* add = to_test->AsAdd(); in AreLeastSetBitInputs() local
126 HConstant* cst = add->GetConstantRight(); in AreLeastSetBitInputs()
127 return cst != nullptr && cst->IsMinusOne() && other == add->GetLeastConstantLeft(); in AreLeastSetBitInputs()
Dlive_ranges_test.cc334 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F() local
335 interval = add->GetLiveInterval(); in TEST_F()
408 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F() local
409 interval = add->GetLiveInterval(); in TEST_F()
416 add = liveness.GetInstructionFromSsaIndex(3)->AsAdd(); in TEST_F()
417 interval = add->GetLiveInterval(); in TEST_F()
/art/runtime/interpreter/mterp/arm/
Dinvoke.S10 add r1, rFP, #OFF_FP_SHADOWFRAME
33 add r1, rFP, #OFF_FP_SHADOWFRAME
/art/tools/dexfuzz/src/dexfuzz/program/
DIdCreator.java196 rawDexFile.methodIds.add(newMethodIdIdx, newMethodId); in createMethodId()
271 rawDexFile.typeIds.add(newTypeIdIdx, newTypeId); in createTypeId()
336 rawDexFile.stringDatas.add(newStringIdx, newStringData); in createString()
356 rawDexFile.stringIds.add(newStringIdx, newStringId); in createString()
430 rawDexFile.fieldIds.add(newFieldIdIdx, newFieldId); in createFieldId()
523 parameterList.add(parameters.substring(start, typePointer + 1)); in convertSignatureToParameterList()
525 parameterList.add(Character.toString(parameters.charAt(typePointer))); in convertSignatureToParameterList()
610 typeIdList.add(typeIdx); in convertParameterListToTypeIdList()
629 typeItemList.add(typeItem); in createTypeList()
648 rawDexFile.typeLists.add(typeList); in createTypeList()
[all …]
/art/tools/dexfuzz/src/dexfuzz/fuzzers/
DFuzzer.java124 executors.add(constructor.newInstance(listener, device)); in addExecutorsForArchitecture()
129 executors.add(constructor.newInstance(listener, device)); in addExecutorsForArchitecture()
314 timedOut.add(executor); in analyseResults()
316 didNotTimeOut.add(executor); in analyseResults()
336 outputMap.get(output).add(executor); in analyseResults()
339 newList.add(executor); in analyseResults()
/art/test/451-regression-add-float/
DAndroid.bp3 name: "art-run-test-451-regression-add-float",
/art/test/574-irreducible-and-constant-area/smali/
DIrreducibleLoop.smali29 add-int v0, v0, v0
31 add-int v0, v0, v0
/art/test/114-ParallelGC/src/
DMain.java65 l.add(new ArrayList<Object>(i)); in allocateObjectsToRunGc()
105 l.add(new ArrayList<Object>(i)); in work()
/art/test/952-invoke-custom/src/
DTestLinkerMethodMultipleArgumentTypes.java67 private static int add(int a, int b) { in add() method in TestLinkerMethodMultipleArgumentTypes
114 assertEquals(x + y, add(x, y)); in test()
/art/test/2003-double-virtual-structural/
Dinfo.txt3 Tests that using the structural redefinition can add new virtual methods and fields that are
/art/test/2004-double-virtual-structural-abstract/
Dinfo.txt3 Tests that using the structural redefinition can add new virtual methods and fields that are
/art/test/622-simplifyifs-exception-edges/smali/
DTest.smali25 add-int/lit8 v0, v1, -1
52 add-int/lit8 v1, v1, -1
53 add-int/lit8 v0, v0, 1
/art/runtime/interpreter/mterp/arm64/
Dobject.S8 add x2, xFP, #OFF_FP_SHADOWFRAME // arg2: ShadowFrame* sf
37 add x0, xSELF, #THREAD_INTERPRETER_CACHE_OFFSET // cache address
39 add x0, x0, x1, lsl #4 // entry address within the cache
208 add x0, xFP, #OFF_FP_SHADOWFRAME
259 add x0, xFP, #OFF_FP_SHADOWFRAME
/art/test/800-smali/smali/
Db_22881413.smali82 add-int/lit16 v8, v8, -1
88 add-int/lit16 v8, v8, -1
94 add-int/lit16 v8, v8, -1
100 add-int/lit16 v8, v8, -1
106 add-int/lit16 v8, v8, -1
112 add-int/lit16 v8, v8, -1
118 add-int/lit16 v8, v8, -1
124 add-int/lit16 v8, v8, -1
/art/test/721-osr/src/
DMain.java38 placeholderObjects.add(1024); in main()
/art/test/640-checker-simd/src/
DSimdFloat.java37 static void add(float x) { in add() method in SimdFloat
140 add(2.0f); in main()
DSimdDouble.java37 static void add(double x) { in add() method in SimdDouble
141 add(2.0); in main()

12345678910>>...16