Searched refs:is_tagged (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
H A D | tnode.h | 224 static const bool is_tagged = std::is_base_of<Object, T>::value || member 232 static const bool is_tagged = false; member 240 static const bool is_tagged = member 241 is_valid_type_tag<T1>::is_tagged && is_valid_type_tag<T2>::is_tagged; 242 static const bool value = is_tagged; 253 static_assert(is_valid_type_tag<T1>::is_tagged && 254 is_valid_type_tag<T2>::is_tagged,
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 1606 UnallocatedOperand* operand, int pos, bool is_tagged, bool is_input) { in AllocateFixed() 1636 if (is_tagged) { in AllocateFixed() 1736 bool is_tagged = code()->IsReference(output_vreg); in MeetConstraintsAfter() local 1742 AllocateFixed(first_output, instr_index, is_tagged, false); in MeetConstraintsAfter() 1814 bool is_tagged = code()->IsReference(input_vreg); in MeetConstraintsBefore() local 1815 AllocateFixed(cur_input, instr_index, is_tagged, true); in MeetConstraintsBefore() 1605 AllocateFixed( UnallocatedOperand* operand, int pos, bool is_tagged, bool is_input) AllocateFixed() argument
|
H A D | register-allocator.h | 1194 bool is_tagged, bool is_input);
|
Completed in 12 milliseconds