| /third_party/node/deps/v8/src/codegen/ |
| H A D | external-reference-encoder.h | 23 static uint32_t Encode(uint32_t index, bool is_from_api) { in Encode() argument 28 uint32_t index() const { return Index::decode(value_); } in index() function in v8::internal::ExternalReferenceEncoder::Value
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | deoptimized-frame-info.h | 30 Handle<Object> GetParameter(int index) { in GetParameter() argument 36 Handle<Object> GetExpression(int index) { in GetExpression() argument 49 void SetParameter(int index, Handle<Object> obj) { in SetParameter() argument 55 SetExpression(int index, Handle<Object> obj) SetExpression() argument [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | arguments-inl.h | 18 ChangeValueScope(Isolate* isolate, Arguments* args, int index, Object value) ChangeValueScope() argument [all...] |
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | heap-space.cc | 17 BaseSpace::BaseSpace(RawHeap* heap, size_t index, PageType type, in BaseSpace() argument 44 NormalPageSpace::NormalPageSpace(RawHeap* heap, size_t index, in NormalPageSpace() argument 48 LargePageSpace::LargePageSpace(RawHeap* heap, size_t index) in LargePageSpace() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | embedder-data-array.h | 40 static constexpr int OffsetOfElementAt(int index) { return SizeFor(index); } in OffsetOfElementAt() argument
|
| H A D | elements-inl.h | 32 inline bool ElementsAccessor::HasElement(JSObject holder, uint32_t index, in HasElement() argument
|
| H A D | lookup-cache-inl.h | 25 int index = Hash(source, name); in Lookup() local 33 int index = Hash(source, name); in Update() local
|
| H A D | js-collection-inl.h | 51 int index = Smi::ToInt(this->index()); in CurrentValue() local
|
| H A D | property-array.h | 58 static constexpr int OffsetOfElementAt(int index) { retur in SizeFor() argument [all...] |
| H A D | property.h | 33 void SetSortedKeyIndex(int index) { details_ = details_.set_pointer(index); } in SetSortedKeyIndex() argument
|
| H A D | prototype-info-inl.h | 52 void PrototypeUsers::MarkSlotEmpty(WeakArrayList array, int index) { in MarkSlotEmpty() argument 65 void PrototypeUsers::set_empty_slot_index(WeakArrayList array, int index) { in set_empty_slot_index() argument
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | address-map.cc | 29 uint32_t index = static_cast<uint32_t>(root_index); in RootIndexMap() local
|
| H A D | utils-inl.h | 36 bool TryAddArrayIndexChar(uint32_t* index, Char c) { in TryAddArrayIndexChar() argument 49 bool TryAddIntegerIndexChar(uint64_t* index, Char c) { in TryAddIntegerIndexChar() argument 57 StringToIndex(Stream* stream, index_t* index) StringToIndex() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query_sw.c | 171 fd_sw_create_query(struct fd_context *ctx, unsigned query_type, unsigned index) in fd_sw_create_query() argument
|
| /third_party/mesa3d/src/intel/common/ |
| H A D | intel_pixel_hash.h | 53 intel_compute_pixel_hash_table_3way(unsigned n, unsigned m, unsigned period, unsigned index, bool flip, uint32_t *p) intel_compute_pixel_hash_table_3way() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/tests/ |
| H A D | lower_ubo_tests.cpp | 140 nir_ssa_def *index = nir_imm_int(&b, 1); in TEST_F() local 155 nir_ssa_def *index = nir_fadd(&b, one, one); in TEST_F() local 172 nir_ssa_def *index = nir_imm_int(&b, 0); in TEST_F() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| H A D | getpid.c | 42 int index = 0; in getpid_0100() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_query.h | 29 uint16_t index; member
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.h | 35 unsigned index; member
|
| H A D | r300_vs.c | 44 unsigned index; in r300_shader_read_vs_outputs() local [all...] |
| /third_party/node/deps/openssl/openssl/ms/ |
| H A D | uplink.c | 34 void OPENSSL_Uplink(volatile void **table, int index) in OPENSSL_Uplink() argument
|
| /third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
| H A D | BitBuffer.java | 54 public int getBit(int index) { in getBit() argument
|
| /third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
| H A D | BitBuffer.java | 73 public int getBit(int index) { in getBit() argument [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | DescriptorBase.cs | 42 internal DescriptorBase(FileDescriptor file, string fullName, int index) in DescriptorBase() argument
|
| /third_party/python/Include/cpython/ |
| H A D | tupleobject.h | 34 PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) { in PyTuple_SET_ITEM() argument
|