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

  /external/chromium_org/base/win/
scoped_select_object.h 29 DCHECK((GetObjectType(oldobj_) != OBJ_REGION && object != NULL) ||
30 (GetObjectType(oldobj_) == OBJ_REGION && object != HGDI_ERROR));
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 106 __ GetObjectType(a2, a3, t0);
136 __ GetObjectType(a2, a3, t0);
371 __ GetObjectType(a2, a3, t4);
706 __ GetObjectType(v0, a1, a3);
    [all...]
code-stubs-mips.cc 354 __ GetObjectType(a0, t4, t4);
357 __ GetObjectType(a0, t4, t4);
450 __ GetObjectType(lhs, t4, t4);
474 __ GetObjectType(rhs, t4, t4);
506 __ GetObjectType(lhs, a2, a2);
519 __ GetObjectType(rhs, a3, a3);
540 __ GetObjectType(lhs, a3, a2);
571 __ GetObjectType(rhs, a3, a3);
583 __ GetObjectType(rhs, a2, a3);
    [all...]
full-codegen-mips.cc     [all...]
lithium-codegen-mips.cc     [all...]
macro-assembler-mips.h     [all...]
macro-assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
builtins-mips64.cc 105 __ GetObjectType(a2, a3, a4);
135 __ GetObjectType(a2, a3, a4);
371 __ GetObjectType(a2, a3, t0);
718 __ GetObjectType(v0, a1, a3);
    [all...]
code-stubs-mips64.cc 350 __ GetObjectType(a0, t0, t0);
353 __ GetObjectType(a0, t0, t0);
445 __ GetObjectType(lhs, t0, t0);
468 __ GetObjectType(rhs, t0, t0);
500 __ GetObjectType(lhs, a2, a2);
513 __ GetObjectType(rhs, a3, a3);
534 __ GetObjectType(lhs, a3, a2);
565 __ GetObjectType(rhs, a3, a3);
577 __ GetObjectType(rhs, a2, a3);
    [all...]
full-codegen-mips64.cc     [all...]
lithium-codegen-mips64.cc     [all...]
macro-assembler-mips64.h     [all...]
macro-assembler-mips64.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cluadmex.h 226 virtual CLUADMEX_OBJECT_TYPE WINAPI GetObjectType(LONG lObjIndex) = 0;
235 CLUADMEX_OBJECT_TYPE (WINAPI *GetObjectType)(IGetClusterObjectInfo *This,LONG lObjIndex);
246 #define IGetClusterObjectInfo_GetObjectType(This,lObjIndex) (This)->lpVtbl->GetObjectType(This,lObjIndex)
    [all...]
wingdi.h     [all...]
  /external/chromium_org/v8/src/ic/mips/
ic-mips.cc 230 __ GetObjectType(key, map, hash);
311 __ GetObjectType(object, scratch1, scratch2);
    [all...]
  /external/chromium_org/v8/src/ic/mips64/
ic-mips64.cc 229 __ GetObjectType(key, map, hash);
309 __ GetObjectType(object, scratch1, scratch2);
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 432 if (GetObjectType(m_hDC) == OBJ_MEMDC) {
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 976 milliseconds