Home
last modified time | relevance | path

Searched refs:field_is_pointer_size (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc956 bool field_is_pointer_size = IsPointerSizeIntegralType(field_type); in EmitInstruction() local
957 DCHECK_IMPLIES(!field_is_pointer_size, Is32BitIntegralType(field_type)); in EmitInstruction()
961 ? (field_is_pointer_size ? "DecodeWord" : "DecodeWord32FromWord") in EmitInstruction()
962 : (field_is_pointer_size ? "DecodeWordFromWord32" : "DecodeWord32"); in EmitInstruction()
998 bool field_is_pointer_size = IsPointerSizeIntegralType(field_type); in EmitInstruction() local
999 DCHECK_IMPLIES(!field_is_pointer_size, Is32BitIntegralType(field_type)); in EmitInstruction()
1001 std::string field_word_type = field_is_pointer_size ? "UintPtrT" : "Uint32T"; in EmitInstruction()
1004 ? (field_is_pointer_size ? "UpdateWord" : "UpdateWord32InWord") in EmitInstruction()
1005 : (field_is_pointer_size ? "UpdateWordInWord32" : "UpdateWord32"); in EmitInstruction()

Completed in 3 milliseconds