Searched refs:code_path (Results 1 – 3 of 3) sorted by relevance
61 for (const std::string& code_path : code_paths) { in RegisterAppInfo() local63 code_path, []() { return CodeLocationInfo(); }); in RegisterAppInfo()70 << "\ncode_path=" << code_path in RegisterAppInfo()77 void AppInfo::RegisterOdexStatus(const std::string& code_path, in RegisterOdexStatus() argument84 code_path, []() { return CodeLocationInfo(); }); in RegisterOdexStatus()90 << "\ncode_path=" << code_path in RegisterOdexStatus()119 AppInfo::CodeType AppInfo::GetRegisteredCodeType(const std::string& code_path) { in GetRegisteredCodeType() argument122 const auto it = registered_code_locations_.find(code_path); in GetRegisteredCodeType()131 const std::string code_path = it.first; in operator <<() local134 os << "\ncode_path=" << code_path in operator <<()
66 void RegisterOdexStatus(const std::string& code_path,92 CodeType GetRegisteredCodeType(const std::string& code_path);
376 jstring code_path = reinterpret_cast<jstring>(env->GetObjectArrayElement(code_paths, i)); in VMRuntime_registerAppInfo() local377 const char* raw_code_path = env->GetStringUTFChars(code_path, nullptr); in VMRuntime_registerAppInfo()379 env->ReleaseStringUTFChars(code_path, raw_code_path); in VMRuntime_registerAppInfo()