Home
last modified time | relevance | path

Searched defs:Age (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCVDebugRecord.h33 support::ulittle32_t Age; member
41 support::ulittle32_t Age; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DInfoStreamBuilder.h65 uint32_t Age; variable
DDbiStreamBuilder.h113 uint32_t Age; variable
DRawTypes.h124 support::ulittle32_t Age; member
307 support::ulittle32_t Age; member
325 support::ulittle32_t Age; // Age member
/third_party/node/deps/v8/src/codegen/
Dcompilation-cache.cc75 void CompilationCacheScript::Age() { in Age() function in v8::internal::CompilationCacheScript
78 void CompilationCacheEval::Age() { AgeCustom(this); } in Age() function in v8::internal::CompilationCacheEval
79 void CompilationCacheRegExp::Age() { AgeByGeneration(this); } in Age() function in v8::internal::CompilationCacheRegExp
/third_party/node/deps/v8/include/cppgc/internal/
Dcaged-heap-local-data.h34 enum class Age : uint8_t { kOld, kYoung, kMixed }; enum
/third_party/node/deps/v8/src/objects/
Dcode.h957 enum Age { in DEFINE_OPERATORS_FOR_FLAGS() enum
Dcompilation-cache-table.cc366 void CompilationCacheTable::Age(Isolate* isolate) { in Age() function in v8::internal::CompilationCacheTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h584 TypeServer2Record(StringRef GuidStr, uint32_t Age, StringRef Name) in TypeServer2Record()
595 uint32_t Age = 0; variable