Searched refs:OffsetIsInt16Encodable (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips64/ | ||
H A D | assembler-mips64.h | 137 bool OffsetIsInt16Encodable() const { return is_int16(offset_); } in OffsetIsInt16Encodable() function in v8::internal::MemOperand |
/third_party/node/deps/v8/src/codegen/mips/ | ||
H A D | assembler-mips.h | 137 bool OffsetIsInt16Encodable() const { return is_int16(offset_); } in OffsetIsInt16Encodable() function in v8::internal::MemOperand |
Completed in 6 milliseconds