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

  /external/embunit/src/
TestCase.c 40 static TestCase* self_; variable
55 TestCase* ws = self_; /*push*/
57 self_ = self;
60 self_ = ws; /*pop*/
81 TestResult_addFailure(result_, (Test*)self_, (char*)msg, line, (char*)file);
  /external/v8/src/
heap-profiler.cc 425 self_(NULL) {
436 self_ = &cluster;
441 self_ = NULL;
449 ASSERT(self_ != NULL);
451 if (JSObjectsCluster::Compare(*self_, cluster) == 0) {
heap-profiler.h 231 const JSObjectsCluster* self_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/test/cctest/
test-log.cc 365 self_ = pthread_self();
369 void SendSigProf() { pthread_kill(self_, SIGPROF); }
389 pthread_t self_; member in class:__anon7843::LoopingThread
    [all...]

Completed in 179 milliseconds