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

  /libnativehelper/
JniInvocation.cpp 88 if (!FindSymbol(reinterpret_cast<void**>(&JNI_GetDefaultJavaVMInitArgs_),
92 if (!FindSymbol(reinterpret_cast<void**>(&JNI_CreateJavaVM_),
96 if (!FindSymbol(reinterpret_cast<void**>(&JNI_GetCreatedJavaVMs_),
115 bool JniInvocation::FindSymbol(void** pointer, const char* symbol) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.cc 180 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindSymbol(
276 return MaybeCopy(index_.FindSymbol(symbol_name), output);
337 return MaybeParse(index_.FindSymbol(symbol_name), output);
343 pair<const void*, int> encoded_file = index_.FindSymbol(symbol_name);
descriptor.cc 345 // Symbol references must be resolved, via DescriptorBuilder::FindSymbol and
386 inline Symbol FindSymbol(const string& key) const;
640 inline Symbol DescriptorPool::Tables::FindSymbol(const string& key) const {
670 Symbol result = FindSymbol(name);
681 result = FindSymbol(name);
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 180 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindSymbol(
276 return MaybeCopy(index_.FindSymbol(symbol_name), output);
337 return MaybeParse(index_.FindSymbol(symbol_name), output);
343 pair<const void*, int> encoded_file = index_.FindSymbol(symbol_name);
descriptor.cc 343 inline Symbol FindSymbol(const string& key) const;
546 inline Symbol DescriptorPool::Tables::FindSymbol(const string& key) const {
576 Symbol result = FindSymbol(name);
587 result = FindSymbol(name);
888 Symbol result = tables_->FindSymbol(symbol_name);
896 Symbol result = tables_->FindSymbol(symbol_name);
    [all...]
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 266 FindSymbol(uint64_t pc, const int fd, char *out, int out_size,
339 if (FindSymbol(pc, fd, out, out_size, symbol_offset,
352 if (FindSymbol(pc, fd, out, out_size, symbol_offset,
  /external/chromium_org/v8/tools/
grokdump.py 835 def FindSymbol(self, addr):
    [all...]
  /art/runtime/
jni_internal.cc 509 void* FindSymbol(const std::string& symbol_name) {
586 void* fn = library->FindSymbol(jni_short_name);
588 fn = library->FindSymbol(jni_long_name);
    [all...]

Completed in 627 milliseconds