Searched refs:old_type (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dpreparser.cc1210 int old_type; local
1212 old_type = finder->AddNumber(scanner_->literal_ascii_string(), type);
1214 old_type = finder->AddAsciiSymbol(scanner_->literal_ascii_string(),
1217 old_type = finder->AddUtf16Symbol(scanner_->literal_utf16_string(), type);
1219 if (HasConflict(old_type, type)) {
1220 if (IsDataDataConflict(old_type, type)) {
1225 } else if (IsDataAccessorConflict(old_type, type)) {
1230 ASSERT(IsAccessorAccessorConflict(old_type, type));
/external/qemu/target-i386/
H A Dop_helper.c280 int tss_limit, tss_limit_max, type, old_tss_limit_max, old_type, v1, v2, i; local
320 old_type = (env->tr.flags >> DESC_TYPE_SHIFT) & 0xf;
321 if (old_type & 8)

Completed in 159 milliseconds