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

  /dalvik/vm/compiler/codegen/x86/
BytecodeVisitor.cpp 531 compileTableEntry* infoArray = compileTable;
564 infoArray[entry].isConst = true;
565 infoArray[entry].value[0] = tmpValue[0];
737 infoArray[entry].isConst = true;
739 infoArray[entry].value[0] = -tmpValue[0];
741 infoArray[entry].value[0] = ~tmpValue[0]; //CHECK
743 infoArray[entry].value[0] = tmpValue[0];
745 infoArray[entry].value[0] = (tmpValue[0] << 24) >> 24;
747 infoArray[entry].value[0] = ((unsigned int)(tmpValue[0] << 16)) >> 16;
749 infoArray[entry].value[0] = (tmpValue[0] << 16) >> 16
    [all...]
AnalysisO1.h 366 int getVirtualRegInfo(VirtualRegInfo* infoArray);
367 int getTempRegInfo(TempRegInfo* infoArray);
  /external/webrtc/src/system_wrappers/source/
cpu_mac.cc 28 processor_info_array_t infoArray;
34 &infoArray,
47 (processor_cpu_load_info_data_t*) infoArray;
58 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
103 processor_info_array_t infoArray;
109 &infoArray,
117 (processor_cpu_load_info_data_t*) infoArray;
139 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
  /frameworks/base/core/jni/
android_text_AndroidBidi.cpp 29 jbyteArray infoArray, int n, jboolean haveInfo)
37 jbyte* info = env->GetByteArrayElements(infoArray, NULL);
52 env->ReleaseByteArrayElements(infoArray, info, 0);
  /external/llvm/utils/TableGen/
EDEmitter.cpp 834 /// @arg infoArray - The array of InstInfo objects to populate
836 static void populateInstInfo(CompoundConstantEmitter &infoArray,
848 infoArray.addEntry(infoStruct);
    [all...]

Completed in 180 milliseconds