Searched refs:is_external_location (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc2205 bool is_external_location = instr->access().IsExternalMemory() && local
2216 } else if (is_external_location) {
2234 } else if (is_external_location) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc2196 bool is_external_location = instr->access().IsExternalMemory() && local
2207 } else if (is_external_location) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc2198 bool is_external_location = instr->access().IsExternalMemory() && local
2209 } else if (is_external_location) {

Completed in 158 milliseconds