Home
last modified time | relevance | path

Searched refs:NewSymbol (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFSection.cpp114 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/
Dearley-parser.h436 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()
Dtorque-parser.cc2302 Symbol* list = NewSymbol();
2498 Symbol* result = NewSymbol(); in OneOf()
2507 Symbol* result = NewSymbol(); in BinaryOperator()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-symbol.cc26 Handle<Symbol> result = isolate->factory()->NewSymbol(); in BUILTIN()
/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc774 Handle<Symbol> name = factory->NewSymbol(AllocationType::kReadOnly); \ in CreateInitialObjects()
782 Handle<Symbol> name = factory->NewSymbol(AllocationType::kReadOnly); \ in CreateInitialObjects()
Dfactory.h334 Handle<Symbol> NewSymbol(AllocationType allocation = AllocationType::kOld);
Dfactory.cc1126 Handle<Symbol> Factory::NewSymbol(AllocationType allocation) { in NewSymbol() function in v8::internal::Factory
/third_party/node/deps/v8/src/execution/
Disolate.cc4548 private_symbol ? factory()->NewPrivateSymbol() : factory()->NewSymbol(); in ThrowInternal()
/third_party/node/deps/v8/src/api/
Dapi.cc8231 i::Handle<i::Symbol> result = i_isolate->factory()->NewSymbol(); in New()
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md2889 * `String::NewSymbol()` has been removed, use plain strings instead.
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp102127 NewSymbol(JSContext* cx, HandleString description);