Searched defs:INTPTR_PARAMETERS (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dcode-stub-assembler.h71 enum ParameterMode { SMI_PARAMETERS, INTPTR_PARAMETERS }; enumerator in enum:v8::internal::CodeStubAssembler::ParameterMode
80 return Is64() ? INTPTR_PARAMETERS : SMI_PARAMETERS;
84 return mode == INTPTR_PARAMETERS ? MachineType::PointerRepresentation()
117 DCHECK_EQ(INTPTR_PARAMETERS, mode); \
203 DCHECK_EQ(INTPTR_PARAMETERS, mode);
212 DCHECK_EQ(INTPTR_PARAMETERS, mode);
417 ParameterMode parameter_mode = INTPTR_PARAMETERS);
426 ParameterMode parameter_mode = INTPTR_PARAMETERS);
431 ParameterMode parameter_mode = INTPTR_PARAMETERS,
442 ParameterMode parameter_mode = INTPTR_PARAMETERS);
591 CopyFixedArrayElements( ElementsKind kind, Node* from_array, Node* to_array, Node* length, WriteBarrierMode barrier_mode = UPDATE_WRITE_BARRIER, ParameterMode mode = INTPTR_PARAMETERS) argument
1166 BuildFastFixedArrayForEach( Node* fixed_array, ElementsKind kind, Node* first_element_inclusive, Node* last_element_exclusive, const FastFixedArrayForEachBody& body, ParameterMode mode = INTPTR_PARAMETERS, ForEachDirection direction = ForEachDirection::kReverse) argument
[all...]

Completed in 140 milliseconds