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 591 self_(NULL) {
602 self_ = &cluster;
607 self_ = NULL;
615 ASSERT(self_ != NULL);
617 if (JSObjectsCluster::Compare(*self_, cluster) == 0) {
    [all...]
heap-profiler.h 295 const JSObjectsCluster* self_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/test/cctest/
test-log.cc 343 self_ = pthread_self();
347 void SendSigProf() { pthread_kill(self_, SIGPROF); }
367 pthread_t self_;
    [all...]

Completed in 581 milliseconds