Searched defs:ChangeUint32ToWord (Results 1 – 3 of 3) sorted by relevance
23 inline uintptr_t ChangeUint32ToWord(uint32_t u) { return u; } in ChangeUint32ToWord() function
58 inline Value<uintptr_t> ChangeUint32ToWord(d::MemoryAccessor accessor, in ChangeUint32ToWord() function
614 TNode<UintPtrT> CodeAssembler::ChangeUint32ToWord(TNode<Word32T> value) { in ChangeUint32ToWord() function in v8::internal::compiler::CodeAssembler