Searched refs:NewSymbol (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFSection.cpp | 114 ELFSym NewSymbol = ELFSym(); in createDefinedSym() local 115 NewSymbol.Sym.setBindingAndType(Binding, Type); in createDefinedSym() 116 NewSymbol.Sym.st_value = Offset; in createDefinedSym() 117 NewSymbol.Sym.st_size = Size; in createDefinedSym() 118 NewSymbol.Section = Section; in createDefinedSym() 119 NewSymbol.Number = ELFSym::UnknownNumber; in createDefinedSym() 122 Unique = LocalSymbols.insert(std::make_pair(Name, NewSymbol)).second; in createDefinedSym() 124 Unique = GlobalSymbols.insert(std::make_pair(Name, NewSymbol)).second; in createDefinedSym() 131 ELFSym NewSymbol = ELFSym(); in noteUndefinedSym() local 132 NewSymbol.Sym.setBindingAndType(STB_GLOBAL, STT_NOTYPE); in noteUndefinedSym() [all …]
|
/third_party/node/deps/v8/src/torque/ |
D | earley-parser.h | 436 Symbol* NewSymbol(std::initializer_list<Rule> rules = {}) { 462 return NewSymbol({Rule(std::move(symbols))}); in Sequence() 488 return NewSymbol({Rule({s}, CastParseResult<Result, T>), in TryOrDefault() 515 Symbol* list = NewSymbol(); 534 return NewSymbol({Rule({x}, YieldIntegralConstant<bool, true>), in CheckIf()
|
D | torque-parser.cc | 2302 Symbol* list = NewSymbol(); 2498 Symbol* result = NewSymbol(); in OneOf() 2507 Symbol* result = NewSymbol(); in BinaryOperator()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-symbol.cc | 26 Handle<Symbol> result = isolate->factory()->NewSymbol(); in BUILTIN()
|
/third_party/node/deps/v8/src/heap/ |
D | setup-heap-internal.cc | 774 Handle<Symbol> name = factory->NewSymbol(AllocationType::kReadOnly); \ in CreateInitialObjects() 782 Handle<Symbol> name = factory->NewSymbol(AllocationType::kReadOnly); \ in CreateInitialObjects()
|
D | factory.h | 334 Handle<Symbol> NewSymbol(AllocationType allocation = AllocationType::kOld);
|
D | factory.cc | 1126 Handle<Symbol> Factory::NewSymbol(AllocationType allocation) { in NewSymbol() function in v8::internal::Factory
|
/third_party/node/deps/v8/src/execution/ |
D | isolate.cc | 4548 private_symbol ? factory()->NewPrivateSymbol() : factory()->NewSymbol(); in ThrowInternal()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 8231 i::Handle<i::Symbol> result = i_isolate->factory()->NewSymbol(); in New()
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_IOJS.md | 2889 * `String::NewSymbol()` has been removed, use plain strings instead.
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 102127 NewSymbol(JSContext* cx, HandleString description);
|