/hardware/ti/omap3/dspbridge/inc/ |
dynamic_loader.h | 196 int (*read_buffer) (struct Dynamic_Loader_Stream * thisptr, 212 int (*set_file_posn) (struct Dynamic_Loader_Stream * thisptr, 252 thisptr, 274 thisptr, 288 void (*Purge_Symbol_Table) (struct Dynamic_Loader_Sym * thisptr, 303 void *(*Allocate) (struct Dynamic_Loader_Sym * thisptr, 315 void (*Deallocate) (struct Dynamic_Loader_Sym * thisptr, void *memptr); 329 void (*Error_Report) (struct Dynamic_Loader_Sym * thisptr, 403 int (*Allocate) (struct Dynamic_Loader_Allocate * thisptr, 418 void (*Deallocate) (struct Dynamic_Loader_Allocate * thisptr, [all...] |
/prebuilts/misc/common/swig/include/2.0.11/tcl/ |
tclrun.swg | 296 Tcl_DecrRefCount(si->thisptr); 373 objv[1] = inst->thisptr; 374 Tcl_IncrRefCount(inst->thisptr); 377 Tcl_DecrRefCount(inst->thisptr); 391 objv[1] = inst->thisptr; 392 Tcl_IncrRefCount(inst->thisptr); 395 Tcl_DecrRefCount(inst->thisptr); 401 Tcl_SetObjResult(interp, Tcl_DuplicateObj(inst->thisptr)); 425 objv[i] = inst->thisptr; 426 Tcl_IncrRefCount(inst->thisptr); [all...] |
tclapi.swg | 56 Tcl_Obj *thisptr;
|
/art/runtime/jdwp/ |
jdwp_event.cc | 120 thisPtr(hs.NewHandle<mirror::Object>(nullptr)) { } 130 MutableHandle<mirror::Object> thisPtr; /* InstanceOnly */ 511 if (!Dbg::MatchInstance(pMod->instanceOnly.objectId, basket.thisPtr.Get())) { 829 void JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, 833 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr); 838 basket.thisPtr.Assign(thisPtr); 936 basket.thisPtr.Assign(this_object); 955 ObjectId instance_id = registry->Add(basket.thisPtr); [all...] |
jdwp.h | 203 void PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags, 214 void PostFieldEvent(const EventLocation* pLoc, ArtField* field, mirror::Object* thisPtr, 224 const EventLocation* pCatchLoc, mirror::Object* thisPtr)
|
/external/clang/lib/CodeGen/ |
CGClass.cpp | 526 Address ThisPtr = CGF.LoadCXXThisAddress(); 547 CGF.GetAddressOfDirectBaseInCompleteClass(ThisPtr, ClassDecl, 708 llvm::Value *ThisPtr = CGF.LoadCXXThis(); 710 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy); [all...] |
CGVTables.cpp | 177 Address ThisPtr(&*AI, CGM.getClassPointerAlignment(MD->getParent())); 182 I.getOperand(0) == ThisPtr.getPointer(); 189 CGM.getCXXABI().performThisAdjustment(*this, ThisPtr, Thunk.This); [all...] |
MicrosoftCXXABI.cpp | 139 Address ThisPtr, [all...] |
CGExprCXX.cpp | [all...] |
CGDebugInfo.cpp | [all...] |
CGCXXABI.h | 248 Address ThisPtr,
|
CGDebugInfo.h | 193 getOrCreateInstanceMethodType(QualType ThisPtr, const FunctionProtoType *Func,
|
ItaniumCXXABI.cpp | 191 Address ThisPtr, [all...] |
CodeGenModule.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCXX.cpp | 130 Loc ThisPtr = 132 SVal ThisVal = State->getSVal(ThisPtr); 272 Loc ThisPtr = getSValBuilder().getCXXThis(CurCtor, 274 SVal ThisVal = State->getSVal(ThisPtr);
|
CallEvent.cpp | [all...] |
ExprEngine.cpp | 642 Loc ThisPtr = getSValBuilder().getCXXThis(CurDtor, 644 SVal ThisVal = Pred->getState()->getSVal(ThisPtr); [all...] |
/external/fio/t/ |
dedupe.c | 295 void *thisptr = buf + (i * blocksize); local 298 crc_buf(thisptr, items[i].hash);
|
/art/runtime/ |
debugger.h | 730 mirror::Object* thisPtr, int eventFlags, [all...] |