OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bounds_check4
(Results
1 - 1
of
1
) sorted by null
/art/compiler/optimizing/
bounds_check_elimination_test.cc
118
HBoundsCheck*
bounds_check4
= new (&allocator_)
local
121
null_check,
bounds_check4
, constant_1, Primitive::kPrimInt, 0);
124
block4->AddInstruction(
bounds_check4
);
156
ASSERT_FALSE(IsRemoved(
bounds_check4
));
334
HBoundsCheck*
bounds_check4
= new (&allocator_)
local
337
null_check,
bounds_check4
, constant_1, Primitive::kPrimInt, 0);
340
block->AddInstruction(
bounds_check4
);
354
ASSERT_TRUE(IsRemoved(
bounds_check4
));
892
HInstruction*
bounds_check4
= new (&allocator_) HBoundsCheck(phi_j, array_length, 0);
local
[
all
...]
Completed in 3016 milliseconds