HomeSort by relevance Sort by last modified time
    Searched refs:IsStringCharAt (Results 1 - 23 of 23) sorted by null

  /art/compiler/optimizing/
nodes_vector_test.cc 189 EXPECT_FALSE(v0->IsStringCharAt());
190 EXPECT_FALSE(v1->IsStringCharAt());
191 EXPECT_TRUE(v2->IsStringCharAt());
instruction_simplifier_arm.cc 153 if (mirror::kUseStringCompression && instruction->IsStringCharAt()) {
instruction_simplifier_arm64.cc 220 if (!instruction->IsStringCharAt()
prepare_for_register_allocation.cc 53 if (check->IsStringCharAt()) {
scheduler_arm64.cc 328 && instr->IsStringCharAt()) {
nodes_vector.h 860 bool IsStringCharAt() const { return GetPackedFlag<kFieldIsStringCharAt>(); }
867 return HVecMemoryOperation::InstructionDataEquals(o) && IsStringCharAt() == o->IsStringCharAt();
code_generator_vector_x86.cc 878 if (mirror::kUseStringCompression && instruction->IsStringCharAt()) {
886 Address address = VecAddress(locations, size, instruction->IsStringCharAt());
893 if (mirror::kUseStringCompression && instruction->IsStringCharAt()) {
    [all...]
code_generator_vector_x86_64.cc 871 if (mirror::kUseStringCompression && instruction->IsStringCharAt()) {
879 Address address = VecAddress(locations, size, instruction->IsStringCharAt());
886 if (mirror::kUseStringCompression && instruction->IsStringCharAt()) {
    [all...]
graph_visualizer.cc 430 << bounds_check->IsStringCharAt() << std::noboolalpha;
435 << array_get->IsStringCharAt() << std::noboolalpha;
    [all...]
loop_optimization.cc     [all...]
scheduler_arm.cc 303 mirror::kUseStringCompression && instruction->IsStringCharAt();
code_generator_vector_arm64.cc     [all...]
code_generator.cc 160 DCHECK(array_get->GetType() == Primitive::kPrimChar || !array_get->IsStringCharAt());
161 return array_get->IsStringCharAt()
    [all...]
code_generator_vector_arm_vixl.cc 727 DCHECK(instruction->GetPackedType() != Primitive::kPrimChar || !instruction->IsStringCharAt());
code_generator_vector_mips.cc 911 DCHECK(!instruction->IsStringCharAt());
    [all...]
code_generator_vector_mips64.cc     [all...]
code_generator_x86.cc 165 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt()
    [all...]
code_generator_arm_vixl.cc 451 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt()
    [all...]
code_generator_x86_64.cc 219 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt()
    [all...]
code_generator_arm64.cc 268 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt()
    [all...]
code_generator_mips64.cc 126 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt()
    [all...]
nodes.h     [all...]
code_generator_mips.cc 171 QuickEntrypointEnum entrypoint = instruction_->AsBoundsCheck()->IsStringCharAt()
    [all...]

Completed in 667 milliseconds