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

  /external/valgrind/main/helgrind/tests/
tc03_re_excl.c 16 static void* worker_thread ( void* argV )
18 int* arg = (int*)argV;
tc21_pthonce.c 69 void* child ( void* argV ) {
71 maybe_stall( *(int*)argV );
73 printf("child: Hi, I'm thread %d\n", *(int*)argV);
tc17_sembar.c 156 void* child ( void* argV )
158 long myid = (long)argV;
187 int main (int argc, char *argv[])
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 286 SVal argV = CE.getArgSVal(i);
287 if (isSelfVar(argV, C)) {
288 unsigned selfFlags = getSelfFlags(state->getSVal(cast<Loc>(argV)), C);
291 } else if (hasSelfFlag(argV, SelfFlag_Self, C)) {
292 unsigned selfFlags = getSelfFlags(argV, C);
304 SVal argV = CE.getArgSVal(i);
305 if (isSelfVar(argV, C)) {
311 addSelfFlag(state, state->getSVal(cast<Loc>(argV)), prevFlags, C);
313 } else if (hasSelfFlag(argV, SelfFlag_Self, C)) {
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 27 * const u4* argv, const char* signature, void* func, JValue* pReturn)
45 * 16(%esp) argc (number of 32-bit values in argv)
46 * 20(%esp) argv
51 * For a virtual method call, the "this" reference is in argv[0].
114 movl 20(%ebp), %esi # %esi<- argV
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c     [all...]
guest_amd64_toIR.c     [all...]

Completed in 68 milliseconds