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

  /libnativehelper/
JniInvocation.cpp 126 if (!FindSymbol(reinterpret_cast<void**>(&JNI_GetDefaultJavaVMInitArgs_),
130 if (!FindSymbol(reinterpret_cast<void**>(&JNI_CreateJavaVM_),
134 if (!FindSymbol(reinterpret_cast<void**>(&JNI_GetCreatedJavaVMs_),
153 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 343 // Symbol references must be resolved, via DescriptorBuilder::FindSymbol and
384 inline Symbol FindSymbol(const string& key) const;
638 inline Symbol DescriptorPool::Tables::FindSymbol(const string& key) const {
668 Symbol result = FindSymbol(name);
679 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 278 FindSymbol(uint64_t pc, const int fd, char *out, int out_size,
351 if (FindSymbol(pc, fd, out, out_size, symbol_offset,
364 if (FindSymbol(pc, fd, out, out_size, symbol_offset,
  /external/lldb/source/API/
SBModule.cpp 354 SBModule::FindSymbol (const char *name,
  /external/chromium_org/v8/src/
scanner.cc     [all...]
  /external/chromium_org/v8/tools/
grokdump.py 856 def FindSymbol(self, addr):
    [all...]
  /art/runtime/
jni_internal.cc 423 void* FindSymbol(const std::string& symbol_name) {
526 fn = library->FindSymbol(jni_short_name);
528 fn = library->FindSymbol(jni_long_name);
    [all...]

Completed in 511 milliseconds