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

  /art/compiler/optimizing/
prepare_for_register_allocation.cc 113 } else if (can_merge_with_load_class && !load_class->NeedsAccessCheck()) {
128 if (instruction->IsFinalizable() || has_only_one_use || load_class->NeedsAccessCheck()) {
140 if (load_class->NeedsAccessCheck()) {
instruction_builder.h 101 bool NeedsAccessCheck(uint32_t type_index,
105 bool NeedsAccessCheck(uint32_t type_index, /*out*/bool* finalizable) const;
instruction_builder.cc     [all...]
ssa_builder.cc 469 DCHECK(!load_class->NeedsAccessCheck()) << "String class is always accessible";
code_generator.cc 487 LocationSummary::CallKind call_kind = cls->NeedsAccessCheck()
494 if (cls->NeedsAccessCheck()) {
    [all...]
instruction_simplifier.cc 460 if (load_class->NeedsAccessCheck()) {
498 if (load_class->NeedsAccessCheck()) {
    [all...]
graph_visualizer.cc 378 << load_class->NeedsAccessCheck() << std::noboolalpha;
nodes.h     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 256 milliseconds