Searched defs:previous_ (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.h250 ExceptionParameters *previous_; member in class:google_breakpad::ExceptionHandler
/external/v8/src/
H A Dv8threads.h45 ThreadState* previous_; member in class:v8::internal::ThreadState
H A Dapi.h464 previous_(NULL),
474 DeferredHandles* previous_; member in class:v8::internal::DeferredHandles
H A Dfull-codegen.h135 previous_ = codegen->nesting_stack_;
141 codegen_->nesting_stack_ = previous_;
157 return previous_;
164 NestedStatement* previous_; member in class:v8::internal::FullCodeGenerator::BASE_EMBEDDED
222 return previous_;
260 return previous_;
276 return previous_;
291 return previous_;
H A Dhydrogen-gvn.cc730 : previous_(previous), next_(NULL) {
761 GvnBasicBlockState* result = previous_;
765 previous_->block()->block_id())
766 result = result->previous_;
771 GvnBasicBlockState* previous_; member in class:v8::internal::BASE_EMBEDDED::GvnBasicBlockState
H A Dparser.cc287 : variable_(variable), node_(node), previous_(*variable) {
292 *variable_ = previous_;
295 Target* previous() { return previous_; }
301 Target* previous_; member in class:v8::internal::BASE_EMBEDDED
308 : variable_(variable), previous_(*variable) {
313 *variable_ = previous_;
318 Target* previous_; member in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen-instructions.h1148 HInstruction* previous() const { return previous_; }
1213 previous_(NULL),
1227 HInstruction* previous_; member in class:v8::HInstruction
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h252 Token previous_; // Returned by previous(). member in class:google::protobuf::io::Tokenizer
390 return previous_;
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h636 * \internal previous_ & next_ allows for bidirectional traversal.
653 ValueInternalLink *previous_; member in class:Json::ValueInternalLink
665 * link of a given bucket can be found in the 'previous_' field of the following bucket.
/external/jsoncpp/include/json/
H A Dvalue.h636 * \internal previous_ & next_ allows for bidirectional traversal.
653 ValueInternalLink *previous_; member in class:Json::ValueInternalLink
665 * link of a given bucket can be found in the 'previous_' field of the following bucket.

Completed in 6141 milliseconds