Searched refs:LookupSymbol (Results 1 - 21 of 21) sorted by relevance

/external/v8/src/
H A Dfactory.h81 Handle<String> LookupSymbol(Vector<const char> str);
82 Handle<String> LookupSymbol(Handle<String> str);
89 return LookupSymbol(CStrVector(str));
H A Dproperty.h52 MaybeObject* maybe_result = HEAP->LookupSymbol(key_);
H A Dfactory.cc159 Handle<String> Factory::LookupSymbol(Vector<const char> string) { function in class:v8::internal::Factory
161 isolate()->heap()->LookupSymbol(string),
166 Handle<String> Factory::LookupSymbol(Handle<String> string) { function in class:v8::internal::Factory
168 isolate()->heap()->LookupSymbol(*string),
857 isolate()->heap()->LookupSymbol(*value), String);
H A Dheap.h993 MUST_USE_RESULT MaybeObject* LookupSymbol(Vector<const char> str);
997 return LookupSymbol(CStrVector(str));
999 MUST_USE_RESULT MaybeObject* LookupSymbol(String* str);
H A Dparser.h783 Handle<String> LookupSymbol(int symbol_id);
H A Dheap.cc2670 MaybeObject* maybe_symbol = heap->LookupSymbol(str);
3272 MaybeObject* maybe_result = LookupSymbol(Vector<const char>(buffer, 1));
5155 MaybeObject* Heap::LookupSymbol(Vector<const char> string) { function in class:v8::internal::Heap
5159 symbol_table()->LookupSymbol(string, &symbol);
5220 MaybeObject* Heap::LookupSymbol(String* string) { function in class:v8::internal::Heap
H A Ddebug.cc2249 isolate_->factory()->LookupSymbol(CStrVector("ClearMirrorCache"));
2375 isolate_->factory()->LookupSymbol(constructor_name);
H A Dbootstrapper.cc1820 GetProperty(global, factory->LookupSymbol(property)));
H A Dparser.cc249 Handle<String> Parser::LookupSymbol(int symbol_id) { function in class:v8::internal::Parser
754 return LookupSymbol(symbol_id);
H A Dapi.cc4942 return FACTORY->LookupSymbol(
5048 isolate->factory()->LookupSymbol(i::Vector<const char>(data, length));
H A Dobjects.h2912 MUST_USE_RESULT MaybeObject* LookupSymbol(Vector<const char> str, Object** s);
H A Dobjects.cc2892 { MaybeObject* maybe_symbol_version = heap->LookupSymbol(name);
11715 MaybeObject* SymbolTable::LookupSymbol(Vector<const char> str, function in class:v8::internal::SymbolTable
12415 { MaybeObject* maybe_key = heap->LookupSymbol(String::cast(k));
/external/llvm/include/llvm/MC/
H A DMCContext.h184 /// LookupSymbol - Get the symbol for \p Name, or null.
185 MCSymbol *LookupSymbol(StringRef Name) const;
/external/llvm/lib/MC/
H A DMCContext.cpp152 MCSymbol *MCContext::LookupSymbol(StringRef Name) const { function in class:MCContext
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1861 // If LookupSymbol() finds a symbol that is in a file which is not a declared
1877 // only be called after LookupSymbol() fails.
1901 // parents, etc. For example, LookupSymbol("foo.bar", "baz.qux.corge") makes
1910 // that LookupSymbol may still return a non-type symbol in LOOKUP_TYPES mode,
1921 Symbol LookupSymbol(const string& name, const string& relative_to,
1925 // Like LookupSymbol() but will not return a placeholder even if
1931 // Creates a placeholder type suitable for return from LookupSymbol(). May
2388 Symbol DescriptorBuilder::LookupSymbol( function in class:google::protobuf::DescriptorBuilder
2635 // We add the dummy token so that LookupSymbol does the right thing.
3396 Symbol extendee = LookupSymbol(prot
[all...]
/external/v8/test/cctest/
H A Dtest-heap.cc769 FACTORY->LookupSymbol(Vector<const char>(non_ascii, 3 * length));
772 FACTORY->LookupSymbol(Vector<const char>(ascii, length));
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1726 MCSymbol *Sym = getContext().LookupSymbol(Name);
2491 MCSymbol *Sym = getContext().LookupSymbol(Name);
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc912 name = factory()->LookupSymbol(name);
/external/v8/src/x64/
H A Dstub-cache-x64.cc886 name = factory()->LookupSymbol(name);
/external/v8/src/arm/
H A Dstub-cache-arm.cc1073 name = factory()->LookupSymbol(name);
/external/v8/src/mips/
H A Dstub-cache-mips.cc1076 name = factory()->LookupSymbol(name);

Completed in 450 milliseconds