Home
last modified time | relevance | path

Searched refs:ChangeUint32ToWord (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dconvert.tq139 return ChangeUint32ToWord(i);
210 return Signed(ChangeUint32ToWord(i));
222 return ChangeUint32ToWord(ui);
228 return Signed(ChangeUint32ToWord(ui));
231 return Signed(ChangeUint32ToWord(ui));
Dbuiltins-generator-gen.cc224 TNode<IntPtrT> formal_parameter_count = Signed(ChangeUint32ToWord( in TF_BUILTIN()
278 TNode<IntPtrT> formal_parameter_count = Signed(ChangeUint32ToWord( in TF_BUILTIN()
Dbuiltins-intl-gen.cc77 Signed(IntPtrAdd(start_address, ChangeUint32ToWord(length))); in TF_BUILTIN()
Dbuiltins-string-gen.cc399 TNode<IntPtrT> word_left_length = Signed(ChangeUint32ToWord(left_length)); in StringAdd()
400 TNode<IntPtrT> word_right_length = Signed(ChangeUint32ToWord(right_length)); in StringAdd()
1292 TNode<UintPtrT> code_index = ChangeUint32ToWord(char_code); in StringToArray()
Dbuiltins-typed-array-gen.cc442 IntPtrSub(full_base, Signed(ChangeUint32ToWord(compressed_base))); in SetJSTypedArrayOnHeapDataPtr()
Dbuiltins-constructor-gen.cc345 TNode<IntPtrT> slots_intptr = Signed(ChangeUint32ToWord(slots)); in FastNewFunctionContext()
Dbuiltins-call-gen.cc477 TNode<UintPtrT> slot = ChangeUint32ToWord( in CallReceiver()
Dwasm.tq241 const functionIndex: intptr = Signed(ChangeUint32ToWord(index));
Dbuiltins-array-gen.cc1263 elements, Signed(ChangeUint32ToWord(index32)), elements_kind, in TF_BUILTIN()
Dbase.tq1203 extern macro ChangeUint32ToWord(uint32): uintptr; // Doesn't sign-extend.
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc565 return ChangeUint32ToWord(BytecodeOperandUImm(operand_index)); in BytecodeOperandUImmWord()
599 return ChangeUint32ToWord(BytecodeOperandIdxInt32(operand_index)); in BytecodeOperandIdx()
619 return ChangeUint32ToWord( in BytecodeOperandConstantPoolIdx()
648 return ChangeUint32ToWord( in BytecodeOperandNativeContextIndex()
982 IntPtrAdd(function_table, ChangeUint32ToWord(function_offset)); in CallRuntimeN()
1165 return ChangeUint32ToWord(bytecode); in LoadBytecode()
1439 Signed(ChangeUint32ToWord(formal_parameter_count)); in ExportParametersAndRegisterFile()
1440 TNode<UintPtrT> register_count = ChangeUint32ToWord(registers.reg_count()); in ExportParametersAndRegisterFile()
1511 Signed(ChangeUint32ToWord(formal_parameter_count)); in ImportRegisterFile()
1512 TNode<UintPtrT> register_count = ChangeUint32ToWord(registers.reg_count()); in ImportRegisterFile()
/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/codegen/
Dcode-stub-assembler.cc753 ChangeUint32ToWord(Int32Add(value, value))); in SmiFromInt32()
759 CSA_DCHECK(this, IntPtrLessThan(ChangeUint32ToWord(value), in SmiFromUint32()
1636 ChangeUint32ToWord(index), SYSTEM_POINTER_ELEMENTS, 0); in LoadExternalPointerFromObject()
1665 ChangeUint32ToWord(index), SYSTEM_POINTER_ELEMENTS, 0); in StoreExternalPointerToObject()
2038 ChangeUint32ToWord(LoadSwissNameDictionaryHash(CAST(properties)))); in LoadJSReceiverIdentityHash()
2080 return Signed(ChangeUint32ToWord(LoadStringLengthAsWord32(string))); in LoadStringLengthAsWord()
2350 base_pointer = Signed(ChangeUint32ToWord(compressed_base)); in LoadJSTypedArrayDataPtr()
3931 Signed(TimesTaggedSize(ChangeUint32ToWord(LoadObjectField<Uint8T>( in InitializeJSObjectBodyWithSlackTracking()
5786 var_result = SmiTag(Signed(ChangeUint32ToWord(value))); in ChangeUint32ToTagged()
7081 TNode<IntPtrT> code_index = Signed(ChangeUint32ToWord(code)); in StringFromSingleCharCode()
[all …]
Dcode-stub-assembler.h2831 return DecodeWord<BitField>(ChangeUint32ToWord(word32)); in DecodeWordFromWord32()
2871 ChangeUint32ToWord(word), value, starts_as_zero))));
2878 return UpdateWord<BitField>(word, ChangeUint32ToWord(value),
/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
Dcode-assembler.h1127 TNode<UintPtrT> ChangeUint32ToWord(TNode<Word32T> value);
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc2896 ChangeUint32ToWord(Word32And(hash, Int32Constant(mask))); in StubCachePrimaryOffset()
2914 ChangeUint32ToWord(Word32And(hash, Int32Constant(mask))); in StubCacheSecondaryOffset()