/external/v8/src/interpreter/ |
D | interpreter.cc | 238 void Interpreter::DoLoadGlobal(Callable ic, in DoLoadGlobal() 265 Callable ic = CodeFactory::LoadICInOptimizedCode(isolate_, NOT_INSIDE_TYPEOF, in DoLdaGlobalSloppy() local 276 Callable ic = CodeFactory::LoadICInOptimizedCode(isolate_, NOT_INSIDE_TYPEOF, in DoLdaGlobalStrict() local 288 Callable ic = CodeFactory::LoadICInOptimizedCode(isolate_, INSIDE_TYPEOF, in DoLdaGlobalInsideTypeofSloppy() local 300 Callable ic = CodeFactory::LoadICInOptimizedCode(isolate_, INSIDE_TYPEOF, in DoLdaGlobalInsideTypeofStrict() local 312 Callable ic = CodeFactory::LoadICInOptimizedCode(isolate_, NOT_INSIDE_TYPEOF, in DoLdaGlobalSloppyWide() local 324 Callable ic = CodeFactory::LoadICInOptimizedCode(isolate_, NOT_INSIDE_TYPEOF, in DoLdaGlobalStrictWide() local 336 Callable ic = CodeFactory::LoadICInOptimizedCode(isolate_, INSIDE_TYPEOF, in DoLdaGlobalInsideTypeofSloppyWide() local 348 Callable ic = CodeFactory::LoadICInOptimizedCode(isolate_, INSIDE_TYPEOF, in DoLdaGlobalInsideTypeofStrictWide() local 354 void Interpreter::DoStoreGlobal(Callable ic, in DoStoreGlobal() [all …]
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.merge/ |
D | merge.pass.cpp | 34 int* ic = new int[2*N]; in test() local 53 int* ic = new int[2*N]; in test() local
|
D | merge_comp.pass.cpp | 38 int* ic = new int[2*N]; in test() local 61 int* ic = new int[2*N]; in test() local
|
/external/clang/test/SemaTemplate/ |
D | temp_func_order.cpp | 61 void test_f4(int i, const int ic) { in test_f4() 72 void test_f5(int i, const int ic) { in test_f5() 82 void test_f6(int i, const int ic) { in test_f6()
|
/external/v8/src/ic/ |
D | ic.cc | 786 Handle<Code> ic; in UpdatePolymorphicIC() local 1587 Handle<Code> ic = PropertyICCompiler::ComputeStore( in StoreICInitializeStubHelper() local 2230 CallIC ic(isolate, &nexus); in RUNTIME_FUNCTION() local 2253 LoadIC ic(IC::NO_EXTRA_FRAME, isolate, &nexus); in RUNTIME_FUNCTION() local 2260 KeyedLoadIC ic(IC::NO_EXTRA_FRAME, isolate, &nexus); in RUNTIME_FUNCTION() local 2281 KeyedLoadIC ic(IC::NO_EXTRA_FRAME, isolate, &nexus); in RUNTIME_FUNCTION() local 2300 KeyedLoadIC ic(IC::EXTRA_CALL_FRAME, isolate, &nexus); in RUNTIME_FUNCTION() local 2323 StoreIC ic(IC::NO_EXTRA_FRAME, isolate, &nexus); in RUNTIME_FUNCTION() local 2331 KeyedStoreIC ic(IC::NO_EXTRA_FRAME, isolate, &nexus); in RUNTIME_FUNCTION() local 2374 StoreIC ic(IC::EXTRA_CALL_FRAME, isolate, &nexus); in RUNTIME_FUNCTION() local [all …]
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/ |
D | rotate.pass.cpp | 55 int ic[] = {0, 1, 2}; in test() local 253 std::unique_ptr<int> ic[3]; in test1() local
|
/external/llvm/test/MC/AArch64/ |
D | arm64-diags.s | 330 ic ialluis, x0 label 332 ic iallu, x0 label 334 ic ivau label
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
D | unique.pass.cpp | 43 int ic[] = {0, 0}; in test() local 116 Ptr ic[2]; in test1() local
|
D | unique_pred.pass.cpp | 57 int ic[] = {0, 0}; in test() local 146 Ptr ic[2]; in test1() local
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | LineImpl.java | 53 final int ic = instructions.getCoveredCount(); in getInstance() local 84 public Fix(final int im, final int ic, final int bm, final int bc) { in Fix()
|
/external/testng/src/main/java/org/testng/internal/ |
D | TestNGClassFinder.java | 127 IClass ic= findOrCreateIClass(m_testContext, cls, cim.getXmlClass(cls), thisInstance, in TestNGClassFinder() local 211 IClass ic= getIClass(clazz); in TestNGClassFinder() local
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/ |
D | find_first_of_pred.pass.cpp | 36 int ic[] = {7}; in main() local
|
D | find_first_of.pass.cpp | 33 int ic[] = {7}; in main() local
|
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/ |
D | plus_equal_complex.pass.cpp | 35 std::complex<int> ic (1,1); in test() local
|
D | divide_equal_complex.pass.cpp | 35 std::complex<int> ic (1,1); in test() local
|
D | times_equal_complex.pass.cpp | 35 std::complex<int> ic (1,1); in test() local
|
D | minus_equal_complex.pass.cpp | 35 std::complex<int> ic (1,1); in test() local
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ |
D | search_n.pass.cpp | 60 int ic[] = {0, 0, 0}; in test() local
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/ |
D | reverse.pass.cpp | 39 int ic[] = {0, 1, 2}; in test() local
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/ |
D | set_symmetric_difference_comp.pass.cpp | 37 int ic[20]; in test() local
|
D | set_symmetric_difference.pass.cpp | 35 int ic[20]; in test() local
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/ |
D | set_intersection_comp.pass.cpp | 36 int ic[20]; in test() local
|
D | set_intersection.pass.cpp | 34 int ic[20]; in test() local
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/ |
D | includes_comp.pass.cpp | 32 int ic[] = {1, 2}; in test() local
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/ |
D | set_union_comp.pass.cpp | 36 int ic[20]; in test() local
|