Searched refs:ChangeUint32ToWord (Results 1 - 15 of 15) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 565 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(register in ImportRegisterFile() [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | runtime-macro-shims.h | 23 inline uintptr_t ChangeUint32ToWord(uint32_t u) { return u; } in ChangeUint32ToWord() function
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-generator-gen.cc | 224 TNode<IntPtrT> formal_parameter_count = Signed(ChangeUint32ToWord( in TF_BUILTIN() 278 TNode<IntPtrT> formal_parameter_count = Signed(ChangeUint32ToWord( in TF_BUILTIN()
|
H A D | builtins-intl-gen.cc | 77 Signed(IntPtrAdd(start_address, ChangeUint32ToWord(length))); in TF_BUILTIN()
|
H A D | builtins-string-gen.cc | 399 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()
|
H A D | builtins-constructor-gen.cc | 345 TNode<IntPtrT> slots_intptr = Signed(ChangeUint32ToWord(slots)); in FastNewFunctionContext()
|
H A D | builtins-call-gen.cc | 477 TNode<UintPtrT> slot = ChangeUint32ToWord( in CallReceiver()
|
H A D | builtins-typed-array-gen.cc | 442 IntPtrSub(full_base, Signed(ChangeUint32ToWord(compressed_base))); in SetJSTypedArrayOnHeapDataPtr()
|
H A D | builtins-array-gen.cc | 1263 elements, Signed(ChangeUint32ToWord(index32)), elements_kind, in TF_BUILTIN()
|
/third_party/node/deps/v8/tools/debug_helper/ |
H A D | debug-macro-shims.h | 58 inline Value<uintptr_t> ChangeUint32ToWord(d::MemoryAccessor accessor, in ChangeUint32ToWord() function
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 753 ChangeUint32ToWord(Int32Add(value, value))); in SmiFromInt32() 759 CSA_DCHECK(this, IntPtrLessThan(ChangeUint32ToWord(value), in SmiFromUint32() 1636 ChangeUint32ToWord(index), SYSTEM_POINTER_ELEMENTS, 0); 1665 ChangeUint32ToWord(index), SYSTEM_POINTER_ELEMENTS, 0); 2038 ChangeUint32ToWord(LoadSwissNameDictionaryHash(CAST(properties)))); 2080 return Signed(ChangeUint32ToWord(LoadStringLengthAsWord32(string))); 2350 base_pointer = Signed(ChangeUint32ToWord(compressed_base)); 3931 Signed(TimesTaggedSize(ChangeUint32ToWord(LoadObjectField<Uint8T>( 5786 var_result = SmiTag(Signed(ChangeUint32ToWord(value))); 7081 TNode<IntPtrT> code_index = Signed(ChangeUint32ToWord(cod [all...] |
H A D | code-stub-assembler.h | 2831 return DecodeWord<BitField>(ChangeUint32ToWord(word32)); in DecodeWordFromWord32() 2871 ChangeUint32ToWord(word), value, starts_as_zero)))); in UpdateWordInWord32() 2878 return UpdateWord<BitField>(word, ChangeUint32ToWord(value), in UpdateWord32InWord()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.cc | 614 TNode<UintPtrT> CodeAssembler::ChangeUint32ToWord(TNode<Word32T> value) { in ChangeUint32ToWord() function in v8::internal::compiler::CodeAssembler
|
H A D | code-assembler.h | 1127 TNode<UintPtrT> ChangeUint32ToWord(TNode<Word32T> value);
|
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 2896 ChangeUint32ToWord(Word32And(hash, Int32Constant(mask))); in StubCachePrimaryOffset() 2914 ChangeUint32ToWord(Word32And(hash, Int32Constant(mask))); in StubCacheSecondaryOffset()
|
Completed in 43 milliseconds