HomeSort by relevance Sort by last modified time
    Searched refs:limit_ (Results 26 - 50 of 52) sorted by null

12 3

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 346 int64 limit_; // Decreases as we go, becomes negative if we overshoot. member in class:google::protobuf::io::LimitingInputStream
  /external/v8/src/heap/
store-buffer.h 106 Address* limit_; member in class:v8::internal::StoreBuffer
spaces.h 1527 Address limit_; member in class:v8::internal::AllocationInfo
2548 Address limit_; member in class:v8::internal::SemiSpaceIterator
    [all...]
spaces-inl.h 53 while (current_ != limit_) {
59 if (current_ == limit_) return nullptr;
heap.h 497 limit_(NULL),
520 limit_ = reinterpret_cast<intptr_t*>(limit);
522 if (limit_ <= rear_) {
572 intptr_t* limit_; member in class:v8::internal::PromotionQueue
    [all...]
heap-inl.h 34 if ((rear_ - 2) < limit_) {
spaces.cc     [all...]
heap.cc     [all...]
  /external/v8/src/
zone.h 115 Address limit_; member in class:v8::internal::final
frames.cc 32 : limit_(frame->fp()), handler_(handler) {
40 return handler_ == NULL || handler_->address() > limit_;
48 const Address limit_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 346 int64 limit_; // Decreases as we go, becomes negative if we overshoot. member in class:google::protobuf::io::LimitingInputStream
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 346 int64 limit_; // Decreases as we go, becomes negative if we overshoot. member in class:google::protobuf::io::LimitingInputStream
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 346 int64 limit_; // Decreases as we go, becomes negative if we overshoot. member in class:google::protobuf::io::LimitingInputStream
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 346 int64 limit_; // Decreases as we go, becomes negative if we overshoot. member in class:google::protobuf::io::LimitingInputStream
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 346 int64 limit_; // Decreases as we go, becomes negative if we overshoot. member in class:google::protobuf::io::LimitingInputStream
  /art/runtime/gc/space/
malloc_space.cc 203 limit_, growth_limit, CanMoveObjects());
261 limit_ = Begin() + new_capacity;
  /external/jsoncpp/src/lib_json/
json_value.cpp 331 comments_(0), start_(other.start_), limit_(other.limit_) {
422 std::swap(limit_, other.limit_);
798 limit_ = 0;
904 limit_ = 0;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringSearch.java 984 int limit_ = -1; field in class:StringSearch.Match
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 1000 int limit_ = -1; field in class:StringSearch.Match
    [all...]
  /external/libvpx/libvpx/test/
resize_test.cc 111 limit_ = 60;
501 limit_ = 30;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
resize_test.cc 102 limit_ = 60;
  /external/jsoncpp/include/json/
value.h 502 size_t limit_; member in class:Json::Value
  /external/v8/src/crankshaft/
hydrogen-instructions.h 3232 HValue* limit_; member in class:final::final
    [all...]
hydrogen-instructions.cc     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 468 milliseconds

12 3