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

  /art/compiler/utils/
assembler.h 192 gap_ = ComputeGap();
195 CHECK_GE(gap_, kMinimumGap);
206 int delta = gap_ - ComputeGap();
212 int gap_; member in class:art::AssemblerBuffer::EnsureCapacity
  /external/v8/src/
json-stringifier.h 18 ~JsonStringifier() { DeleteArray(gap_); }
116 uc16* gap_; member in class:v8::internal::BASE_EMBEDDED
json-stringifier.cc 85 : isolate_(isolate), builder_(isolate), gap_(nullptr), indent_(0) {
157 DCHECK_NULL(gap_);
174 gap_ = NewArray<uc16>(gap_length + 1);
175 String::WriteToFlat(*gap_string, gap_, 0, gap_length);
177 if (gap_[i] > String::kMaxOneByteCharCode) {
182 gap_[gap_length] = '\0';
188 gap_ = NewArray<uc16>(gap_length + 1);
189 for (int i = 0; i < gap_length; i++) gap_[i] = ' ';
190 gap_[gap_length] = '\0';
685 if (gap_ == nullptr) return
    [all...]
  /external/annotation-tools/asmx/test/lib/
ccl.jar 

Completed in 113 milliseconds