Home
last modified time | relevance | path

Searched refs:Uint32T (Results 1 - 25 of 34) sorted by relevance

12

/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.h30 TNode<Uint32T> BytecodeOperandCount(int operand_index);
33 TNode<Uint32T> BytecodeOperandFlag(int operand_index);
36 TNode<Uint32T> BytecodeOperandIdxInt32(int operand_index);
48 TNode<Uint32T> BytecodeOperandUImm(int operand_index);
66 TNode<Uint32T> BytecodeOperandRuntimeId(int operand_index);
72 TNode<Uint32T> BytecodeOperandIntrinsicId(int operand_index);
83 TNode<Uint32T> depth);
193 TNode<T> CallRuntimeN(TNode<Uint32T> function_id, TNode<Context> context,
347 TNode<Uint32T> BytecodeOperandUnsignedQuad(int operand_index);
354 TNode<Uint32T> BytecodeUnsignedOperan
[all...]
H A Dinterpreter-assembler.cc179 TNode<Uint32T> depth) { in GetContextAtDepth()
181 TVARIABLE(Uint32T, cur_depth, depth); in GetContextAtDepth()
264 TNode<Uint32T> reg_count = BytecodeOperandCount(operand_index + 1); in GetRegisterListAtOperandIndex()
472 TNode<Uint32T> InterpreterAssembler::BytecodeOperandUnsignedQuad( in BytecodeOperandUnsignedQuad()
480 return Load<Uint32T>( in BytecodeOperandUnsignedQuad()
484 return UncheckedCast<Uint32T>( in BytecodeOperandUnsignedQuad()
522 TNode<Uint32T> InterpreterAssembler::BytecodeUnsignedOperand( in BytecodeUnsignedOperand()
538 TNode<Uint32T> InterpreterAssembler::BytecodeOperandCount(int operand_index) { in BytecodeOperandCount()
546 TNode<Uint32T> InterpreterAssembler::BytecodeOperandFlag(int operand_index) { in BytecodeOperandFlag()
555 TNode<Uint32T> InterpreterAssemble
[all...]
H A Dinterpreter-generator.cc258 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()
272 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()
309 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER()
362 TNode<Uint32T> depth = BytecodeOperandUImm(2); in LookupContextSlot()
413 TNode<Uint32T> depth = BytecodeOperandUImm(2); in LookupGlobalSlot()
468 TNode<Uint32T> bytecode_flags = BytecodeOperandFlag(1); in IGNITION_HANDLER()
768 TNode<Uint32T> depth = BytecodeOperandUImm(1); in IGNITION_HANDLER()
813 TNode<Uint32T> depth = BytecodeOperandUImm(1); in IGNITION_HANDLER()
1484 TNode<Uint32T> function_id = BytecodeOperandRuntimeId(0); in IGNITION_HANDLER()
1498 TNode<Uint32T> function_i in IGNITION_HANDLER()
[all...]
H A Dinterpreter-intrinsics-generator.h20 InterpreterAssembler* assembler, TNode<Uint32T> function_id,
H A Dinterpreter-intrinsics-generator.cc33 TNode<Uint32T> function_id, TNode<Context> context,
58 InterpreterAssembler* assembler, TNode<Uint32T> function_id, in GenerateInvokeIntrinsic()
67 TNode<Uint32T> function_id, TNode<Context> context, in InvokeIntrinsic()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-data-view-gen.h40 TNode<Uint32T> DataViewEncodeBigIntBits(bool sign, int32_t digits) { in DataViewEncodeBigIntBits()
45 TNode<Uint32T> DataViewDecodeBigIntLength(TNode<BigInt> value) { in DataViewDecodeBigIntLength()
50 TNode<Uint32T> DataViewDecodeBigIntSign(TNode<BigInt> value) { in DataViewDecodeBigIntSign()
H A Dbuiltins-bigint-gen.h25 TNode<Uint32T> ReadBigIntSign(TNode<BigInt> value) { in ReadBigIntSign()
30 void WriteBigIntSignAndLength(TNode<BigInt> bigint, TNode<Uint32T> sign, in WriteBigIntSignAndLength()
33 TNode<Uint32T> bitfield = Unsigned( in WriteBigIntSignAndLength()
H A Dbuiltins-lazy-gen.cc33 TNode<Uint32T> state, TieringState expected_state, in TailCallRuntimeIfStateEquals()
47 TNode<Uint32T> optimization_state = in MaybeTailCallOptimizedCodeSlot()
48 LoadObjectField<Uint32T>(feedback_vector, FeedbackVector::kFlagsOffset); in MaybeTailCallOptimizedCodeSlot()
63 TNode<Uint32T> state = in MaybeTailCallOptimizedCodeSlot()
H A Dbuiltins-object-gen.cc67 TNode<BoolT> IsPropertyEnumerable(TNode<Uint32T> details);
69 TNode<BoolT> IsPropertyKindAccessor(TNode<Uint32T> kind);
71 TNode<BoolT> IsPropertyKindData(TNode<Uint32T> kind);
73 TNode<Uint32T> LoadPropertyKind(TNode<Uint32T> details) { in LoadPropertyKind()
147 TNode<Uint32T> details) { in IsPropertyEnumerable()
148 TNode<Uint32T> attributes = in IsPropertyEnumerable()
154 TNode<Uint32T> kind) { in IsPropertyKindAccessor()
160 TNode<Uint32T> kind) { in IsPropertyKindData()
232 TNode<Uint32T> bit_field in FastGetOwnValuesOrEntries()
[all...]
H A Dbuiltins-wasm-gen.cc61 auto address = UncheckedParameter<Uint32T>(Descriptor::kAddress); in TF_BUILTIN()
86 auto address = UncheckedParameter<Uint32T>(Descriptor::kAddress); in TF_BUILTIN()
H A Dbuiltins-lazy-gen.h24 void TailCallRuntimeIfStateEquals(TNode<Uint32T> state,
H A Dbuiltins-proxy-gen.cc219 TVARIABLE(Uint32T, var_details); in CheckGetSetTrapResult()
327 TVARIABLE(Uint32T, var_details); in CheckHasTrapResult()
380 TVARIABLE(Uint32T, var_details); in CheckDeleteTrapResult()
H A Dbuiltins-constructor-gen.h19 TNode<Uint32T> slots,
H A Dbuiltins-constructor-gen.cc209 TNode<Uint32T> flags = LoadObjectField<Uint32T>( in TF_BUILTIN()
343 TNode<ScopeInfo> scope_info, TNode<Uint32T> slots, TNode<Context> context, in FastNewFunctionContext()
544 TNode<Uint32T> bit_field_3 = LoadMapBitField3(boilerplate_map); in CreateShallowObjectLiteral()
H A Dbuiltins-microtask-queue-gen.cc53 TNode<Uint32T> promiseHookFlags);
481 TNode<Uint32T> promiseHookFlags = PromiseHookFlags(); in RunAllPromiseHooks()
518 TNode<Uint32T> promiseHookFlags) { in RunPromiseHook()
H A Dbuiltins-intl-gen.cc48 const TNode<Uint32T> length = LoadStringLengthAsWord32(string); in TF_BUILTIN()
H A Dbuiltins-async-gen.cc125 TNode<Uint32T> promiseHookFlags = PromiseHookFlags(); in Await()
H A Dbuiltins-string-gen.cc313 TNode<String> StringBuiltinsAssembler::AllocateConsString(TNode<Uint32T> length, in AllocateConsString()
351 TNode<Uint32T> left_length = LoadStringLengthAsWord32(left); in StringAdd()
357 TNode<Uint32T> right_length = LoadStringLengthAsWord32(right); in StringAdd()
364 TNode<Uint32T> new_length = Uint32Add(left_length, right_length); in StringAdd()
779 TNode<Uint32T> unsigned_argc = in TF_BUILTIN()
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h323 V(Float64ExtractLowWord32, Uint32T, Float64T) \
324 V(Float64ExtractHighWord32, Uint32T, Float64T) \
331 V(TruncateFloat64ToWord32, Uint32T, Float64T) \
334 V(ChangeFloat64ToUint32, Uint32T, Float64T) \
341 V(BitcastFloat32ToInt32, Uint32T, Float32T) \
529 TNode<Uint32T> Uint32Constant(uint32_t value) { in Uint32Constant()
583 TNode<Uint32T> Unsigned(TNode<Word32T> x) { in Unsigned()
584 return UncheckedCast<Uint32T>(x); in Unsigned()
625 void Return(TNode<Uint32T> value);
901 TNode<Uint32T> Word32Sh in Word32Shl()
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc758 TNode<Smi> CodeStubAssembler::SmiFromUint32(TNode<Uint32T> value) { in SmiFromUint32()
1527 TNode<Uint32T> length = DecodeWord32<BigIntBase::LengthBits>(bitfield);
1579 TNode<Uint32T> index) {
1581 TNode<Uint32T> shifted_index =
1586 TNode<Uint32T> CodeStubAssembler::ChangeExternalPointerToIndex(
1589 TNode<Uint32T> shifted_index = ReinterpretCast<Uint32T>(external_pointer);
1605 TNode<Uint32T> index = UncheckedCast<Uint32T>(CallCFunction(
1632 TNode<Uint32T> inde
[all...]
H A Dcode-stub-assembler.h598 TNode<Smi> SmiFromUint32(TNode<Uint32T> value);
1098 TNode<ExternalPointerT> ChangeIndexToExternalPointer(TNode<Uint32T> index);
1099 TNode<Uint32T> ChangeExternalPointerToIndex(TNode<ExternalPointerT> pointer);
1402 TNode<Uint32T> LoadMapBitField3(TNode<Map> map);
1425 TNode<Uint32T> EnsureOnlyHasSimpleProperties(TNode<Map> map,
1443 TNode<Uint32T> LoadNameHash(TNode<Name> name,
1445 TNode<Uint32T> LoadNameHashAssumeComputed(TNode<Name> name);
1452 TNode<Uint32T> LoadStringLengthAsWord32(TNode<String> string);
1908 TNode<String> AllocateSlicedOneByteString(TNode<Uint32T> length,
1913 TNode<String> AllocateSlicedTwoByteString(TNode<Uint32T> lengt
[all...]
H A Dtnode.h53 struct Uint32T : Word32T { struct
59 struct Uint16T : Uint32T, Int32T {
89 struct ExternalPointerT : Uint32T {
303 struct types_have_common_values<Uint32T, U> {
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc385 TNode<Uint32T> details = LoadDetailsByDescriptorEntry(descriptors, 0); in StoreElementWithCapacity()
687 TNode<Uint32T> details = LoadDetailsByKeyIndex(descriptors, name_index); in LookupPropertyOnPrototypeChain()
703 TNode<Uint32T> details = LoadDetailsByKeyIndex(dictionary, entry); in LookupPropertyOnPrototypeChain()
725 TNode<Uint32T> details = Unsigned(LoadAndUntagToWord32ObjectField( in LookupPropertyOnPrototypeChain()
829 TNode<Uint32T> bitfield3 = LoadMapBitField3(receiver_map); in EmitGenericPropertyStore()
850 TNode<Uint32T> details = LoadDetailsByKeyIndex(descriptors, name_index); in EmitGenericPropertyStore()
927 TNode<Uint32T> details = in EmitGenericPropertyStore()
H A Daccessor-assembler.h269 void JumpIfDataProperty(TNode<Uint32T> details, Label* writable,
273 TNode<Map> map, base::Optional<TNode<Uint32T>> bitfield3 = base::nullopt);
279 TNode<Uint32T> details,
288 TNode<Uint32T> details, TNode<Object> value);
290 TNode<BoolT> IsPropertyDetailsConst(TNode<Uint32T> details);
H A Daccessor-assembler.cc392 TNode<Uint32T> value = LoadObjectField<Uint32T>(holder, field_offset); in HandleLoadWasmField()
521 TNode<Uint32T> elements_kind = in HandleLoadICSmiHandlerCase()
721 TVARIABLE(Uint32T, var_details); in HandleLoadICSmiHandlerLoadNamedCase()
818 TNode<Uint32T> details = Unsigned(LoadAndUntagToWord32ObjectField( in HandleLoadICSmiHandlerLoadNamedCase()
1091 TVARIABLE(Uint32T, var_details); in HandleLoadICProtoHandler()
1165 void AccessorAssembler::JumpIfDataProperty(TNode<Uint32T> details, in JumpIfDataProperty()
1175 TNode<Uint32T> kind = DecodeWord32<PropertyDetails::KindField>(details); in JumpIfDataProperty()
1255 TNode<Uint32T> handler_kind = in HandleStoreICHandlerCase()
1279 TNode<Uint32T> detail in HandleStoreICHandlerCase()
[all...]

Completed in 35 milliseconds

12