Home
last modified time | relevance | path

Searched defs:ChangeInt32ToIntPtr (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/torque/
Druntime-macro-shims.h22 inline intptr_t ChangeInt32ToIntPtr(int32_t i) { return i; } in ChangeInt32ToIntPtr() function
/third_party/node/deps/v8/tools/debug_helper/
Ddebug-macro-shims.h54 inline Value<intptr_t> ChangeInt32ToIntPtr(d::MemoryAccessor accessor, in ChangeInt32ToIntPtr() function
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.cc622 TNode<IntPtrT> CodeAssembler::ChangeInt32ToIntPtr(TNode<Word32T> value) { in ChangeInt32ToIntPtr() function in v8::internal::compiler::CodeAssembler
Deffect-control-linearizer.cc4578 Node* EffectControlLinearizer::ChangeInt32ToIntPtr(Node* value) { in ChangeInt32ToIntPtr() function in v8::internal::compiler::EffectControlLinearizer