Searched refs:dex_api_ (Results 1 – 2 of 2) sorted by relevance
65 : base_addr_(base_addr), file_size_(file_size), dex_api_(std::move(dex_api)) {} in DexFile()69 std::shared_ptr<DexFileApi> dex_api_; // Loaded underling dex object. variable
133 std::lock_guard<std::mutex> guard(dex_api_->lock_); // Protect both the symbols and the C API. in GetFunctionName()137 size_t found = dex_api_->dex_->FindMethodAtOffset(dex_offset, [&](const auto& method) { in GetFunctionName()