Searched defs:ChangeUint32ToWord (Results 1 – 2 of 2) sorted by relevance
19 inline uintptr_t ChangeUint32ToWord(Isolate* isolate, uint32_t u) { return u; } in ChangeUint32ToWord() function
589 TNode<UintPtrT> CodeAssembler::ChangeUint32ToWord(TNode<Word32T> value) { in ChangeUint32ToWord() function in v8::internal::compiler::CodeAssembler