Home
last modified time | relevance | path

Searched defs:j (Results 1 – 25 of 50) sorted by relevance

12

/art/runtime/
Dleb128_test.cc101 for (size_t j = 0; j < 5; ++j) { in TEST() local
120 for (size_t j = 0; j < 5; ++j) { in TEST() local
140 for (size_t j = 0; j < UnsignedLeb128Size(uleb128_tests[i].decoded); ++j) { in TEST() local
143 for (size_t j = UnsignedLeb128Size(uleb128_tests[i].decoded); j < 5; ++j) { in TEST() local
163 for (size_t j = 0; j < UnsignedLeb128Size(uleb128_tests[i].decoded); ++j) { in TEST() local
166 for (size_t j = UnsignedLeb128Size(uleb128_tests[i].decoded); j < 5; ++j) { in TEST() local
182 for (size_t j = 0; j < 5; ++j) { in TEST() local
201 for (size_t j = 0; j < 5; ++j) { in TEST() local
221 for (size_t j = 0; j < SignedLeb128Size(sleb128_tests[i].decoded); ++j) { in TEST() local
224 for (size_t j = SignedLeb128Size(sleb128_tests[i].decoded); j < 5; ++j) { in TEST() local
[all …]
Dmonitor_pool_test.cc110 for (size_t j = 0; j < kMaxUsage; j++) { in TEST_F() local
Djvalue.h70 int64_t j; member
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc68 for (size_t j = 0; j < kBitsPerWord * 3; ++j) { in TEST_F() local
82 for (size_t j = 0; j < static_cast<size_t>(kBitsPerWord * 2); ++j) { in TEST_F() local
126 for (int j = 0; j < 10000; ++j) { in RunTest() local
137 for (int j = 0; j < 50; ++j) { in RunTest() local
/art/test/100-reflect2/src/
DMain.java27 private static long j = 0x0123456789abcdefL; field in Main
242 private static void IIV(int i, int j) { in IIV()
246 private static int III(int i, int j) { in III()
/art/runtime/arch/mips/
Dcontext_mips.cc50 int j = 1; in FillCalleeSaves() local
60 int j = 1; in FillCalleeSaves() local
/art/runtime/arch/arm/
Dcontext_arm.cc51 int j = 1; in FillCalleeSaves() local
61 int j = 1; in FillCalleeSaves() local
/art/runtime/arch/arm64/
Dcontext_arm64.cc54 int j = 1; in FillCalleeSaves() local
65 int j = 1; in FillCalleeSaves() local
/art/runtime/arch/x86_64/
Dcontext_x86_64.cc49 size_t j = 2; // Offset j to skip return address spill. in FillCalleeSaves() local
59 size_t j = 2; // Offset j to skip return address spill. in FillCalleeSaves() local
/art/test/006-args/src/
DArgsTest.java33 void argTest(int a, char c, double d, long j, float f) { in argTest()
/art/test/014-math3/src/
DMain.java24 long j; in math_014() local
/art/test/030-bad-finalizer/src/
DMain.java50 int j = 0; in finalize() local
/art/test/082-inline-execute/src/junit/framework/
DComparisonFailure.java41 int j= fExpected.length()-1; in getMessage() local
/art/test/021-string2/src/junit/framework/
DComparisonFailure.java41 int j= fExpected.length()-1; in getMessage() local
/art/test/404-optimizing-allocator/src/
DMain.java132 int j = e - f; in $opt$reg$TestAgressiveLive1() local
153 int j = e - f; in $opt$reg$TestAgressiveLive2() local
/art/test/405-optimizing-long-allocator/src/
DMain.java138 long j = e - f; in $opt$TestAgressiveLive1() local
159 long j = e - f; in $opt$TestAgressiveLive2() local
/art/runtime/arch/x86/
Dcontext_x86.cc46 int j = 2; // Offset j to skip return address spill. in FillCalleeSaves() local
/art/test/067-preemptive-unpark/src/
DMain.java75 int j = 0; in clearStack() local
/art/runtime/gc/
Dheap_test.cc54 for (size_t j = 0; j < 2048; ++j) { in TEST_F() local
/art/compiler/optimizing/
Dcode_generator_x86.cc258 __ j(kLess, slow_path->GetEntryLabel()); in GenerateFrameEntry() local
528 __ j(kEqual, codegen_->GetLabelOf(if_instr->IfTrueSuccessor())); in VisitIf() local
542 __ j(X86Condition(condition->GetCondition()), in VisitIf() local
1026 __ j(kLess, &less); // Signed compare. in VisitCompare() local
1027 __ j(kGreater, &greater); // Signed compare. in VisitCompare() local
1035 __ j(kEqual, &done); in VisitCompare() local
1036 __ j(kBelow, &less); // Unsigned compare. in VisitCompare() local
1138 __ j(kEqual, &is_null); in MarkGCCard() local
1231 __ j(kEqual, slow_path->GetEntryLabel()); in VisitNullCheck() local
1468 __ j(kAboveEqual, slow_path->GetEntryLabel()); in VisitBoundsCheck() local
Dcode_generator_x86_64.cc225 __ j(kLess, slow_path->GetEntryLabel()); in GenerateFrameEntry() local
409 __ j(kEqual, codegen_->GetLabelOf(if_instr->IfTrueSuccessor())); in VisitIf() local
421 __ j(X86_64Condition(condition->GetCondition()), in VisitIf() local
567 __ j(kEqual, &done); in VisitCompare() local
568 __ j(kGreater, &greater); in VisitCompare() local
1076 __ j(kEqual, slow_path->GetEntryLabel()); in VisitNullCheck() local
1300 __ j(kAboveEqual, slow_path->GetEntryLabel()); in VisitBoundsCheck() local
1309 __ j(kEqual, &is_null); in MarkGCCard() local
Dnodes.cc37 for (size_t j = 0; j < block->GetSuccessors().Size(); ++j) { in RemoveDeadBlocks() local
206 for (size_t j = 0; j < block->GetSuccessors().Size(); ++j) { in SimplifyCFG() local
/art/compiler/dex/
Dmir_graph_test.cc80 for (size_t j = 0u; j != def->num_successors; ++j) { in DoPrepareBasicBlocks() local
91 for (size_t j = 0u; j != def->num_predecessors; ++j) { in DoPrepareBasicBlocks() local
Dmir_optimization_test.cc123 for (size_t j = 0u; j != def->num_successors; ++j) { in DoPrepareBasicBlocks() local
134 for (size_t j = 0u; j != def->num_predecessors; ++j) { in DoPrepareBasicBlocks() local
/art/runtime/gc/space/
Dlarge_object_space_test.cc65 for (size_t j = 0; j < requests.size(); ++j) { in LargeObjectTest() local

12