Home
last modified time | relevance | path

Searched defs:ic (Results 1 – 25 of 140) sorted by relevance

123456

/external/v8/src/interpreter/
Dinterpreter.cc238 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/
Dmerge.pass.cpp34 int* ic = new int[2*N]; in test() local
53 int* ic = new int[2*N]; in test() local
Dmerge_comp.pass.cpp38 int* ic = new int[2*N]; in test() local
61 int* ic = new int[2*N]; in test() local
/external/clang/test/SemaTemplate/
Dtemp_func_order.cpp61 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/
Dic.cc786 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/
Drotate.pass.cpp55 int ic[] = {0, 1, 2}; in test() local
253 std::unique_ptr<int> ic[3]; in test1() local
/external/llvm/test/MC/AArch64/
Darm64-diags.s330 ic ialluis, x0 label
332 ic iallu, x0 label
334 ic ivau label
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
Dunique.pass.cpp43 int ic[] = {0, 0}; in test() local
116 Ptr ic[2]; in test1() local
Dunique_pred.pass.cpp57 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/
DLineImpl.java53 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/
DTestNGClassFinder.java127 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/
Dfind_first_of_pred.pass.cpp36 int ic[] = {7}; in main() local
Dfind_first_of.pass.cpp33 int ic[] = {7}; in main() local
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/
Dplus_equal_complex.pass.cpp35 std::complex<int> ic (1,1); in test() local
Ddivide_equal_complex.pass.cpp35 std::complex<int> ic (1,1); in test() local
Dtimes_equal_complex.pass.cpp35 std::complex<int> ic (1,1); in test() local
Dminus_equal_complex.pass.cpp35 std::complex<int> ic (1,1); in test() local
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/
Dsearch_n.pass.cpp60 int ic[] = {0, 0, 0}; in test() local
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
Dreverse.pass.cpp39 int ic[] = {0, 1, 2}; in test() local
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
Dset_symmetric_difference_comp.pass.cpp37 int ic[20]; in test() local
Dset_symmetric_difference.pass.cpp35 int ic[20]; in test() local
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/
Dset_intersection_comp.pass.cpp36 int ic[20]; in test() local
Dset_intersection.pass.cpp34 int ic[20]; in test() local
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/
Dincludes_comp.pass.cpp32 int ic[] = {1, 2}; in test() local
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
Dset_union_comp.pass.cpp36 int ic[20]; in test() local

123456