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

  /external/chromium_org/v8/src/x64/
macro-assembler-x64.h 393 bool IsUnsafeInt(const int32_t x);
    [all...]
macro-assembler-x64.cc 1041 bool MacroAssembler::IsUnsafeInt(const int32_t x) {
1049 if (IsUnsafeInt(src->value()) && jit_cookie() != 0) {
    [all...]

Completed in 760 milliseconds