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

  /external/v8/src/arm/
codegen-arm.h 567 NO_STRING_CHECK_IN_STUB = 1 << 0 // Omit string check in stub.
574 string_check_ = ((flags & NO_STRING_CHECK_IN_STUB) == 0);
  /external/v8/src/ia32/
codegen-ia32.h 836 NO_STRING_CHECK_IN_STUB = 1 << 0 // Omit string check in stub.
843 string_check_ = ((flags & NO_STRING_CHECK_IN_STUB) == 0);
    [all...]
  /external/v8/src/x64/
codegen-x64.h 776 NO_STRING_CHECK_IN_STUB = 1 << 0 // Omit string check in stub.
783 string_check_ = ((flags & NO_STRING_CHECK_IN_STUB) == 0);

Completed in 25 milliseconds