HomeSort by relevance Sort by last modified time
    Searched defs:one_byte (Results 1 - 17 of 17) sorted by null

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
sfinae-1.cpp 4 typedef char one_byte; typedef
7 template<typename T> one_byte __is_class_check(int T::*);
  /system/extras/perfprofd/quipper/
perf_utils.cc 63 string one_byte = str.substr(i * kNumHexDigitsInByte, kNumHexDigitsInByte); local
64 array[i] = strtol(one_byte.c_str(), &err, kHexRadix);
  /external/v8/src/runtime/
runtime-uri.cc 66 bool one_byte = true; local
77 one_byte = false;
90 if (one_byte) {
runtime-strings.cc 457 bool one_byte = special->HasOnlyOneByteChars(); local
473 array_length, &one_byte);
480 if (one_byte) {
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 2 typedef char one_byte; typedef
26 one_byte operator+(N1::X, N2::Y);
  /external/v8/src/x64/
codegen-x64.cc 474 Label one_byte; local
479 __ j(not_zero, &one_byte, Label::kNear);
492 __ bind(&one_byte);
  /external/v8/src/arm/
codegen-arm.cc 780 Label one_byte, done; local
784 __ b(ne, &one_byte);
788 __ bind(&one_byte);
    [all...]
  /external/v8/src/arm64/
codegen-arm64.cc 501 Label one_byte, done; local
504 __ TestAndBranchIfAnySet(result, kStringEncodingMask, &one_byte);
508 __ Bind(&one_byte);
  /external/v8/src/mips/
codegen-mips.cc 1079 Label one_byte, done; local
    [all...]
  /external/v8/src/mips64/
codegen-mips64.cc 1075 Label one_byte, done; local
    [all...]
  /external/v8/src/ppc/
codegen-ppc.cc 504 Label one_byte, done; local
508 __ bne(&one_byte, cr0);
513 __ bind(&one_byte);
  /external/v8/src/x87/
codegen-x87.cc 564 Label one_byte; local
569 __ j(not_zero, &one_byte, Label::kNear);
581 __ bind(&one_byte);
  /external/v8/src/ia32/
codegen-ia32.cc 905 Label one_byte; local
910 __ j(not_zero, &one_byte, Label::kNear);
922 __ bind(&one_byte);
    [all...]
  /external/v8/test/cctest/
test-strings.cc 943 char* one_byte = NewArray<char>(i + 1); local
945 one_byte[j] = 'a';
949 OneByteResource* one_byte_resource = new OneByteResource(one_byte, i);
996 " var one_byte = Array(max_length + 1);
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 1106 char* one_byte = NewArray<char>(length + 1); local
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 985 inline bool one_byte() { return one_byte_; } function in class:v8::internal::RegExpCompiler
1625 bool one_byte = compiler->one_byte(); local
1706 bool one_byte = compiler->one_byte(); local
3217 bool one_byte = compiler->one_byte(); local
3493 bool one_byte = compiler->one_byte(); local
    [all...]
  /external/v8/src/
objects.cc 1890 bool one_byte = true; local
    [all...]

Completed in 2447 milliseconds