Home
last modified time | relevance | path

Searched defs:index (Results 3751 - 3775 of 3886) sorted by relevance

1...<<151152153154155156

/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc133 int index = base::bits::CountTrailingZeros(list_); in PopLowestIndex() local
143 int index = CountLeadingZeros(list_, kRegListSizeInBits); in PopHighestIndex() local
373 EmbeddedObjectIndex index = AddEmbeddedObject(object); AllocateAndInstallRequestedHeapObjects() local
380 EmbeddedObjectIndex index = AllocateAndInstallRequestedHeapObjects() local
2654 fmov(const VRegister& vd, int index, const Register& rn) fmov() argument
2660 fmov(const Register& rd, const VRegister& vn, int index) fmov() argument
3480 ext(const VRegister& vd, const VRegister& vn, const VRegister& vm, int index) ext() argument
4397 EmbeddedObjectIndex index = AddEmbeddedObject(Handle<CodeT>()); near_call() local
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc101 void TurboAssembler::LoadRoot(Register destination, RootIndex index) { in LoadRoot() argument
106 void TurboAssembler::LoadRoot(Register destination, RootIndex index, in LoadRoot() argument
4794 void MacroAssembler::LoadNativeContextSlot(Register dst, int index) { in CallRecordWriteStub() argument
2784 Branch(Label* L, Condition cond, Register rs, RootIndex index, BranchDelaySlot bdslot) CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc96 void TurboAssembler::LoadRoot(Register destination, RootIndex index) { in LoadRoot() argument
101 void TurboAssembler::LoadRoot(Register destination, RootIndex index, in LoadRoot() argument
1562 EmbeddedObjectIndex index = AddEmbeddedObject(value); in li() local
2865 Branch(Label* L, Condition cond, Register rs, RootIndex index) Branch() argument
4309 LoadNativeContextSlot(Register dst, int index) LoadNativeContextSlot() argument
[all...]
H A Dassembler-riscv64.cc3932 int index = in Acquire() local
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc141 MemOperand::MemOperand(Register base, Register index) in MemOperand() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc3773 void Assembler::vld1s(NeonSize size, const NeonListOperand& dst, uint8_t index, in vld1s() argument
3817 void Assembler::vst1s(NeonSize size, const NeonListOperand& src, uint8_t index, in vst1s() argument
3866 static int EncodeScalar(NeonDataType dt, int index) { in EncodeScalar() argument
3891 vmov(NeonDataType dt, DwVfpRegister dst, int index, Register src) vmov() argument
3903 vmov(NeonDataType dt, Register dst, DwVfpRegister src, int index) vmov() argument
3958 EncodeNeonDupOp(NeonSize size, NeonRegType reg_type, int dst_code, DwVfpRegister src, int index) EncodeNeonDupOp() argument
3975 vdup(NeonSize size, DwVfpRegister dst, DwVfpRegister src, int index) vdup() argument
3982 vdup(NeonSize size, QwNeonRegister dst, DwVfpRegister src, int index) vdup() argument
5069 EncodeNeonVTB(DwVfpRegister dst, const NeonListOperand& list, DwVfpRegister index, bool vtbx) EncodeNeonVTB() argument
5086 vtbl(DwVfpRegister dst, const NeonListOperand& list, DwVfpRegister index) vtbl() argument
5092 vtbx(DwVfpRegister dst, const NeonListOperand& list, DwVfpRegister index) vtbx() argument
[all...]
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc4916 int index = (indices >> shift) & 0xFF; in DecodeAdvancedSIMDTwoOrThreeRegisters() local
4934 int size = 0, index = 0, mask = 0; in DecodeAdvancedSIMDTwoOrThreeRegisters() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc2718 FieldIndex index = FieldIndex::ForDescriptor( in NewJSModuleNamespace() local
H A Dheap.h1685 RootIndex index; member
1690 RootIndex index; member
1696 RootIndex index; member
H A Dmark-compact.cc3821 base::Optional<size_t> index = generator_.GetNext(); in ProcessItems() local
4217 base::Optional<size_t> index = generator_.GetNext(); in UpdatePointers() local
5703 base::Optional<size_t> index in ProcessMarkingItems() local
[all...]
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc6122 FieldIndex index = FieldIndex::ForDescriptor(from->map(), i); in TransferNamedProperties() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc295 TNode<IntPtrT> index = in HandleLoadField() local
593 TNode<IntPtrT> index = TryToIntptr(p->name(), miss); in HandleLoadICSmiHandlerCase() local
851 TNode<UintPtrT> index in HandleLoadICSmiHandlerLoadNamedCase() local
1215 TNode<UintPtrT> index = HandleStoreICSmiHandlerJSSharedStructFieldCase() local
2144 TNode<UintPtrT> index = HandleStoreFieldAndReturn() local
2202 ExtendPropertiesBackingStore( TNode<HeapObject> object, TNode<IntPtrT> index) ExtendPropertiesBackingStore() argument
2525 TNode<IntPtrT> index = WordShl(intptr_index, IntPtrConstant(1)); EmitElementLoad() local
2532 TNode<IntPtrT> index = WordShl(intptr_index, IntPtrConstant(1)); EmitElementLoad() local
2539 TNode<IntPtrT> index = WordShl(intptr_index, IntPtrConstant(2)); EmitElementLoad() local
2546 TNode<IntPtrT> index = WordShl(intptr_index, IntPtrConstant(2)); EmitElementLoad() local
2553 TNode<IntPtrT> index = WordShl(intptr_index, IntPtrConstant(2)); EmitElementLoad() local
2561 TNode<IntPtrT> index = WordShl(intptr_index, IntPtrConstant(3)); EmitElementLoad() local
2612 GenericElementLoad( TNode<HeapObject> lookup_start_object, TNode<Map> lookup_start_object_map, TNode<Int32T> lookup_start_object_instance_type, TNode<IntPtrT> index, Label* slow) GenericElementLoad() argument
4719 auto index = Parameter<Object>(Descriptor::kName); GenerateStoreInArrayLiteralIC() local
4734 auto index = Parameter<Object>(Descriptor::kName); GenerateStoreInArrayLiteralICBaseline() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate.h1191 Handle<Object> root_handle(RootIndex index) { in root_handle() argument
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc1332 int index = list->length() + 1; Add() local
3299 uint32_t index = 0; DefineOwnProperty() local
3987 SetAndGrow(Isolate* isolate, Handle<FixedArray> array, int index, Handle<Object> value) SetAndGrow() argument
4206 int index = raw.length(); Append() variable
4439 Replace(InternalIndex index, Descriptor* descriptor) Replace() argument
4458 CopyFrom(InternalIndex index, DescriptorArray src) CopyFrom() argument
5089 int index = Smi::cast(index_object).value(); FindWebSnapshotSharedFunctionInfo() local
5327 WouldChangeReadOnlyLength(Handle<JSArray> array, uint32_t index) WouldChangeReadOnlyLength() argument
6037 int index = dictionary->next_enumeration_index(); NextEnumerationIndex() local
6114 int index = Derived::NextEnumerationIndex(isolate, dictionary); Add() local
6348 int index = Smi::ToInt(value); IndexAt() local
6657 int index = original_details.dictionary_index(); PrepareForAndSetValue() local
[all...]
H A Djs-temporal-objects.cc473 int32_t index = CalendarIndex(isolate, identifier); in CreateTemporalCalendar() local
3278 Handle<String> CalendarIdentifier(Isolate* isolate, int32_t index) { in CalendarIdentifier() argument
3297 Handle<String> CalendarIdentifier(Isolate* isolate, int32_t index) { in CalendarIdentifier() argument
891 CreateTemporalTimeZoneFromIndex( Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, int32_t index) CreateTemporalTimeZoneFromIndex() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h1344 IsArrayIndex(const PreParserIdentifier& string, uint32_t* index) IsArrayIndex() argument
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc2366 VisitResult index = Visit(expr->index); GetLocationReference() local
2375 GenerateReferenceToItemInHeapSlice( LocationReference slice, VisitResult index) GenerateReferenceToItemInHeapSlice() argument
4373 GenerateBoundsDCheck(std::ostream& os, const std::string& index, const ClassType* type, const Field& f) GenerateBoundsDCheck() argument
4375 os << " DCHECK_GE(" << index << ", 0);\\n"; GenerateBoundsDCheck() local
4567 const char* index = class_field.index->optional ? "0" : "i"; EmitLoadFieldStatement() local
4635 const char* index = class_field.index->optional ? "0" : "i"; EmitStoreFieldStatement() local
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c3369 iris_set_constant_buffer(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned index, bool take_ownership, const struct pipe_constant_buffer *input) iris_set_constant_buffer() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h1015 uint32 index; global() member
1025 uint32 index; global() member
1053 uint32 index; global() member
[all...]
H A Dsvga3d_dx.h274 uint32 index; member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.h599 int index; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c1048 bi_index index = bi_preload(b, 59); in bi_emit_store_vary() local
1384 bi_index index = bi_src_index(&src); in bi_emit_image_index() local
3415 bi_index index = bi_src_index(&instr->src[i].src); bi_emit_texc() local
3622 bi_index index = bi_src_index(&instr->src[i].src); bi_emit_tex_valhall() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c935 int8_t index; /* it can be -1 */ member
1189 ubyte shader, index; member
805 tc_create_query(struct pipe_context *_pipe, unsigned query_type, unsigned index) tc_create_query() argument
953 tc_get_query_result_resource(struct pipe_context *_pipe, struct pipe_query *query, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *resource, unsigned offset) tc_get_query_result_resource() argument
1213 tc_set_constant_buffer(struct pipe_context *_pipe, enum pipe_shader_type shader, uint index, bool take_ownership, const struct pipe_constant_buffer *cb) tc_set_constant_buffer() argument
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink.c508 UT_STATIC int check_verinfo(Verdef *def, int16_t *versym, uint32_t index, struct verinfo *verinfo, char *strings) in check_verinfo() argument
684 int index = -1; in find_dso_parent() local
696 int index = find_dso_parent(p, parent); in add_dso_parent() local
723 int index = find_dso_parent(p, parent); in remove_dso_parent() local
1479 uint16_t index; is_section_exist() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c1625 int offset, index; in evergreen_get_sample_position() local

Completed in 164 milliseconds

1...<<151152153154155156