Searched refs:sp_ (Results 1 - 14 of 14) sorted by relevance

/external/regex-re2/re2/testing/
H A Dstring_generator.cc83 sp_ = NULL;
84 return sp_;
91 sp_ = s_;
92 return sp_;
H A Dstring_generator.h45 StringPiece sp_; // Last StringPiece returned by Next(). member in class:re2::StringGenerator
/external/v8/test/cctest/
H A Dtest-utils-arm64.h96 return dump_.sp_;
131 return ((dump_.sp_ & kWRegMask) == dump_.wsp_);
153 uint64_t sp_;
H A Dtest-utils-arm64.cc344 const int sp_offset = offsetof(dump_t, sp_);
/external/vixl/test/
H A Dtest-utils-a64.h121 return dump_.sp_;
156 return ((dump_.sp_ & kWRegMask) == dump_.wsp_);
181 uint64_t sp_;
H A Dtest-utils-a64.cc375 const int sp_offset = offsetof(dump_t, sp_);
/external/icu/icu4c/source/common/
H A Dbytestrieiterator.cpp142 sp_.set(str_->data(), str_->length());
173 sp_.set(str_->data(), str_->length());
202 sp_.set(str_->data(), str_->length());
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h309 const StringPiece &getString() const { return sp_; }
328 StringPiece sp_; member in class:BytesTrie::Iterator
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.h821 sp_ = stack_pointer;
826 return sp_;
2056 Register sp_; member in class:v8::internal::MacroAssembler
H A Dmacro-assembler-arm64-inl.h1228 DCHECK(!csp.Is(sp_));
1265 DCHECK(!csp.Is(sp_));
H A Dmacro-assembler-arm64.cc35 sp_(jssp),
/external/bison/
H A Dmaint.mk361 sp_ = strcmp *\(.+\) macro
363 @prohibit='! *strcmp *\(|\<$(sp_) *[!=]=|[!=]= *$(sp_)' \
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.cc293 sp_(sp),
311 sp_(sp),
H A Dmacro-assembler-a64.h2986 sp_ = stack_pointer;
2991 return sp_;
3123 Register sp_; member in class:vixl::MacroAssembler

Completed in 428 milliseconds