HomeSort by relevance Sort by last modified time
    Searched defs:hmod (Results 1 - 13 of 13) sorted by null

  /sdk/find_java/src/source/
utils.cpp 166 HMODULE hmod = LoadLibrary("kernel32.dll"); local
167 if (hmod != NULL) {
168 FARPROC proc = GetProcAddress(hmod, "Wow64DisableWow64FsRedirection");
175 FreeLibrary(hmod);
189 HMODULE hmod = LoadLibrary("kernel32.dll"); local
190 if (hmod != NULL) {
191 FARPROC proc = GetProcAddress(hmod, "Wow64RevertWow64FsRedirection");
198 FreeLibrary(hmod);
  /sdk/find_java2/src/
utils.cpp 248 HMODULE hmod = LoadLibrary(_T("kernel32.dll")); local
249 if (hmod != NULL) {
250 FARPROC proc = GetProcAddress(hmod, "Wow64DisableWow64FsRedirection");
257 FreeLibrary(hmod);
271 HMODULE hmod = LoadLibrary(_T("kernel32.dll")); local
272 if (hmod != NULL) {
273 FARPROC proc = GetProcAddress(hmod, "Wow64RevertWow64FsRedirection");
280 FreeLibrary(hmod);
  /external/webrtc/webrtc/base/
logging.cc 154 HMODULE hmod = GetModuleHandleA(module); local
155 if (hmod)
158 flags, hmod, err,
  /external/dbus/dbus/
dbus-sysdeps-win.c 2866 HMODULE hmod; local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 976 HMod* hmod = instr->hydrogen(); local
979 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
986 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
1015 HMod* hmod = instr->hydrogen(); local
1027 HMod* hmod = instr->hydrogen(); local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 3940 HMod* hmod = instr->hydrogen(); local
3979 HMod* hmod = instr->hydrogen(); local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 877 HMod* hmod = instr->hydrogen(); local
880 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
887 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
915 HMod* hmod = instr->hydrogen(); local
916 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
927 HMod* hmod = instr->hydrogen(); local
940 if (hmod->CheckFlag(HValue::kCanBeDivByZero))
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 942 HMod* hmod = instr->hydrogen(); local
946 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
951 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
981 HMod* hmod = instr->hydrogen(); local
982 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero))
993 HMod* hmod = instr->hydrogen(); local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 931 HMod* hmod = instr->hydrogen(); local
935 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
940 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
970 HMod* hmod = instr->hydrogen(); local
971 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
982 HMod* hmod = instr->hydrogen(); local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 896 HMod* hmod = instr->hydrogen(); local
899 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
907 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
910 } else if (!hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
945 HMod* hmod = instr->hydrogen(); local
946 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
957 HMod* hmod = instr->hydrogen() local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 871 HMod* hmod = instr->hydrogen(); local
874 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
882 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
885 } else if (!hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
919 HMod* hmod = instr->hydrogen(); local
920 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
930 HMod* hmod = instr->hydrogen() local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 905 HMod* hmod = instr->hydrogen(); local
908 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
915 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
943 HMod* hmod = instr->hydrogen(); local
944 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
955 HMod* hmod = instr->hydrogen(); local
968 if (hmod->CheckFlag(HValue::kCanBeDivByZero))
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 1178 HMod* hmod = instr->hydrogen(); local
1216 HMod* hmod = instr->hydrogen(); local
1228 HMod* hmod = instr->hydrogen(); local
    [all...]

Completed in 541 milliseconds