Searched refs:arr (Results 1 - 5 of 5) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_VMDebug.cc249 jlong* arr = reinterpret_cast<jlong*>(env->GetPrimitiveArrayCritical(data, 0)); local
250 if (arr == NULL || env->GetArrayLength(data) < 9) {
294 arr[j++] = allocSize;
295 arr[j++] = allocUsed;
296 arr[j++] = allocFree;
297 arr[j++] = zygoteSize;
298 arr[j++] = zygoteUsed;
299 arr[j++] = zygoteFree;
300 arr[j++] = largeObjectsSize;
301 arr[
[all...]
/art/test/004-annotations/src/android/test/anno/
H A DTestAnnotations.java14 static private void printAnnotationArray(String prefix, Annotation[] arr) { argument
18 for (Annotation a : arr) {
/art/compiler/dex/quick/x86/
H A Dassemble_x86.cc227 arr, arr_kind, arr_flags, imm, \
232 { kX86 ## opname ## 8 ## arr, arr_kind, IS_LOAD | is_store | arr_flags | b_flags | sets_ccodes, { 0, 0, 0xF6, 0, 0, modrm, 0, imm << 0}, #opname "8" #arr, #b_format "[!0r+!1r<<!2d+!3d]" }, \
235 { kX86 ## opname ## 16 ## arr, arr_kind, IS_LOAD | is_store | arr_flags | hw_flags | sets_ccodes, { 0x66, 0, 0xF7, 0, 0, modrm, 0, imm << 1}, #opname "16" #arr, #hw_format "[!0r+!1r<<!2d+!3d]" }, \
238 { kX86 ## opname ## 32 ## arr, arr_kind, IS_LOAD | is_store | arr_flags | w_flags | sets_ccodes, { 0, 0, 0xF7, 0, 0, modrm, 0, imm << 2}, #opname "32" #arr, #w_format "[!0r+!1r<<!2d+!3d]" }
/art/compiler/dex/quick/
H A Dralloc_util.cc942 void Mir2Lir::DumpCounts(const RefCounts* arr, int size, const char* msg) { argument
945 LOG(INFO) << "s_reg[" << arr[i].s_reg << "]: " << arr[i].count;
H A Dmir_to_lir.h371 void DumpCounts(const RefCounts* arr, int size, const char* msg);

Completed in 379 milliseconds