HomeSort by relevance Sort by last modified time
    Searched refs:FindSymbol (Results 1 - 22 of 22) sorted by null

  /external/llvm/unittests/ExecutionEngine/Orc/
OrcTestCommon.h 107 FindSymbolFtor &&FindSymbol,
110 FindSymbol(FindSymbol), FindSymbolIn(FindSymbolIn)
124 orc::JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) {
125 return FindSymbol(Name, ExportedSymbolsOnly);
136 FindSymbolFtor FindSymbol;
149 FindSymbolFtor &&FindSymbol,
155 std::forward<FindSymbolFtor>(FindSymbol),
CompileOnDemandLayerTest.cpp 51 TEST(CompileOnDemandLayerTest, FindSymbol) {
69 auto Sym = COD.findSymbol("foo", true);
72 << "CompileOnDemand::findSymbol should call findSymbol in the base layer.";
  /libnativehelper/
JniInvocation.cpp 132 if (!FindSymbol(reinterpret_cast<void**>(&JNI_GetDefaultJavaVMInitArgs_),
136 if (!FindSymbol(reinterpret_cast<void**>(&JNI_CreateJavaVM_),
140 if (!FindSymbol(reinterpret_cast<void**>(&JNI_GetCreatedJavaVMs_),
159 bool JniInvocation::FindSymbol(void** pointer, const char* symbol) {
  /libnativehelper/include/nativehelper/
JniInvocation.h 49 bool FindSymbol(void** pointer, const char* symbol);
  /system/extras/simpleperf/
sample_tree.cpp 37 const Symbol* symbol = thread_tree_->FindSymbol(map, ip);
54 const Symbol* from_symbol = thread_tree_->FindSymbol(from_map, from_ip);
59 const Symbol* to_symbol = thread_tree_->FindSymbol(to_map, to_ip);
78 const Symbol* symbol = thread_tree_->FindSymbol(map, ip);
dso.h 76 const Symbol* FindSymbol(uint64_t vaddr_in_dso);
thread_tree.h 75 const Symbol* FindSymbol(const MapEntry* map, uint64_t ip);
thread_tree.cpp 188 const Symbol* ThreadTree::FindSymbol(const MapEntry* map, uint64_t ip) {
195 const Symbol* symbol = map->dso->FindSymbol(vaddr_in_file);
dso.cpp 159 const Symbol* Dso::FindSymbol(uint64_t vaddr_in_dso) {
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 180 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindSymbol(
276 return MaybeCopy(index_.FindSymbol(symbol_name), output);
338 return MaybeParse(index_.FindSymbol(symbol_name), output);
344 pair<const void*, int> encoded_file = index_.FindSymbol(symbol_name);
descriptor_database.h 175 Value FindSymbol(const string& name);
descriptor.cc 355 // Symbol references must be resolved, via DescriptorBuilder::FindSymbol and
404 inline Symbol FindSymbol(const string& key) const;
675 inline Symbol DescriptorPool::Tables::FindSymbol(const string& key) const {
707 Symbol result = FindSymbol(name);
718 result = FindSymbol(name);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 174 Value FindSymbol(const string& name);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 174 Value FindSymbol(const string& name);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor_database.h 174 Value FindSymbol(const string& name);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor_database.h 175 Value FindSymbol(const string& name);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor_database.h 174 Value FindSymbol(const string& name);
  /art/runtime/
java_vm_ext.cc 144 void* FindSymbol(const std::string& symbol_name, const char* shorty = nullptr) {
256 void* fn = library->FindSymbol(jni_short_name, shorty);
258 fn = library->FindSymbol(jni_long_name, shorty);
299 void* const sym = library->FindSymbol("JNI_OnUnload", nullptr);
844 sym = library->FindSymbol("JNI_OnLoad", nullptr);
    [all...]
  /external/v8/src/parsing/
scanner.h 431 int FindSymbol(DuplicateFinder* finder, int value);
scanner.cc     [all...]
parser-base.h     [all...]
  /external/v8/tools/
grokdump.py     [all...]

Completed in 436 milliseconds