Home
last modified time | relevance | path

Searched defs:ChangeUint32ToWord (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
Druntime-macro-shims.h23 inline uintptr_t ChangeUint32ToWord(uint32_t u) { return u; } in ChangeUint32ToWord() function
/third_party/node/deps/v8/tools/debug_helper/
Ddebug-macro-shims.h58 inline Value<uintptr_t> ChangeUint32ToWord(d::MemoryAccessor accessor, in ChangeUint32ToWord() function
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.cc614 TNode<UintPtrT> CodeAssembler::ChangeUint32ToWord(TNode<Word32T> value) { in ChangeUint32ToWord() function in v8::internal::compiler::CodeAssembler