Searched defs:uninitialized (Results 1 - 7 of 7) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DStackMap.java192 uninitialized(pos, offsetOfNew);
220 public void uninitialized(int pos, int offset) {} method in class:StackMap.Walker
262 public void uninitialized(int pos, int offset) { method in class:StackMap.Copier
331 public void uninitialized(int pos, int offset) { method in class:StackMap.SimpleCopy
455 uninitialized(pos, offsetOfNew);
/external/llvm/include/llvm/ADT/
H A DAPFloat.h178 uninitialized enumerator in enum:llvm::APFloat::uninitializedTag
/external/v8/src/
H A Dfactory.cc1386 Smi* uninitialized = Smi::FromInt(JSRegExp::kUninitializedValue); local
1390 store->set(JSRegExp::kIrregexpASCIICodeIndex, uninitialized);
1391 store->set(JSRegExp::kIrregexpUC16CodeIndex, uninitialized);
1392 store->set(JSRegExp::kIrregexpASCIICodeSavedIndex, uninitialized);
1393 store->set(JSRegExp::kIrregexpUC16CodeSavedIndex, uninitialized);
/external/v8/src/arm/
H A Dfull-codegen-arm.cc1382 // Throw a reference error when using an uninitialized let/const
2060 // Check for an uninitialized let binding.
2466 Handle<Object> uninitialized = local
2469 isolate()->factory()->NewJSGlobalPropertyCell(uninitialized);
3930 // In case of a property we use the uninitialized expression context
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc1337 // Throw a reference error when using an uninitialized let/const
2009 // Check for an uninitialized let binding.
2216 Handle<Object> uninitialized = local
2219 isolate()->factory()->NewJSGlobalPropertyCell(uninitialized);
2405 Handle<Object> uninitialized = local
2408 isolate()->factory()->NewJSGlobalPropertyCell(uninitialized);
3909 // In case of a property we use the uninitialized expression context
/external/v8/src/mips/
H A Dfull-codegen-mips.cc1389 // Throw a reference error when using an uninitialized let/const
2077 // Check for an uninitialized let binding.
2490 Handle<Object> uninitialized = local
2493 isolate()->factory()->NewJSGlobalPropertyCell(uninitialized);
3972 // In case of a property we use the uninitialized expression context
/external/v8/src/x64/
H A Dfull-codegen-x64.cc1290 // Throw a reference error when using an uninitialized let/const
1924 // Check for an uninitialized let binding.
2299 Handle<Object> uninitialized = local
2302 isolate()->factory()->NewJSGlobalPropertyCell(uninitialized);
3823 // In case of a property we use the uninitialized expression context

Completed in 956 milliseconds