Home
last modified time | relevance | path

Searched refs:label_low (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.h296 MipsLabel* label_low = nullptr);
Dcode_generator_mips64.h291 Mips64Label* label_low = nullptr);
Dcode_generator_mips64.cc5189 Mips64Label* label_low) { in GenerateGcRootFieldLoad() argument
5190 if (label_low != nullptr) { in GenerateGcRootFieldLoad()
5229 DCHECK(!label_low); in GenerateGcRootFieldLoad()
5234 if (label_low != nullptr) { in GenerateGcRootFieldLoad()
5236 __ Bind(label_low); in GenerateGcRootFieldLoad()
5256 if (label_low != nullptr) { in GenerateGcRootFieldLoad()
5257 __ Bind(label_low); in GenerateGcRootFieldLoad()
5287 if (label_low != nullptr) { in GenerateGcRootFieldLoad()
5288 __ Bind(label_low); in GenerateGcRootFieldLoad()
5298 if (label_low != nullptr) { in GenerateGcRootFieldLoad()
[all …]
Dcode_generator_mips.cc7017 MipsLabel* label_low) { in GenerateGcRootFieldLoad() argument
7019 if (label_low != nullptr) { in GenerateGcRootFieldLoad()
7060 DCHECK(!label_low); in GenerateGcRootFieldLoad()
7065 if (label_low != nullptr) { in GenerateGcRootFieldLoad()
7067 __ Bind(label_low); in GenerateGcRootFieldLoad()
7094 if (label_low != nullptr) { in GenerateGcRootFieldLoad()
7096 __ Bind(label_low); in GenerateGcRootFieldLoad()
7100 if (label_low != nullptr) { in GenerateGcRootFieldLoad()
7129 if (label_low != nullptr) { in GenerateGcRootFieldLoad()
7131 __ Bind(label_low); in GenerateGcRootFieldLoad()
[all …]