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

  /art/runtime/native/
dalvik_system_DexFile.cc 71 jlong* long_data = env->GetLongArrayElements(reinterpret_cast<jlongArray>(array), local
77 oat_file = reinterpret_cast<const OatFile*>(static_cast<uintptr_t>(long_data[kOatFileIndex]));
80 dex_files.push_back(reinterpret_cast<const DexFile*>(static_cast<uintptr_t>(long_data[i])));
83 env->ReleaseLongArrayElements(reinterpret_cast<jlongArray>(array), long_data, JNI_ABORT); local
97 jlong* long_data = env->GetLongArrayElements(long_array, &is_long_data_copied); local
102 long_data[kOatFileIndex] = reinterpret_cast<uintptr_t>(oat_file);
104 long_data[kDexFileIndexStart + i] = reinterpret_cast<uintptr_t>(vec[i].get());
107 env->ReleaseLongArrayElements(long_array, long_data, 0);
    [all...]
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 301 long long_data; member in struct:Provider
326 IPC::WriteParam(nullptr, p.long_data); // ERROR

Completed in 78 milliseconds