| /third_party/node/deps/v8/src/objects/ |
| D | fixed-array.tq | 50 extern operator '.objects[]' macro LoadFixedArrayElement( 52 extern operator '.objects[]' macro LoadFixedArrayElement( 54 extern operator '.objects[]' macro LoadFixedArrayElement(
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-regexp-gen.cc | 308 SmiEqual(CAST(LoadFixedArrayElement(data, JSRegExp::kTagIndex)), in ConstructNewResultFromMatchInfo() 310 SmiEqual(CAST(LoadFixedArrayElement(data, JSRegExp::kTagIndex)), in ConstructNewResultFromMatchInfo() 316 LoadFixedArrayElement(data, JSRegExp::kIrregexpCaptureNameMapIndex); in ConstructNewResultFromMatchInfo() 357 TNode<String> name = CAST(LoadFixedArrayElement(names, i)); in ConstructNewResultFromMatchInfo() 358 TNode<Smi> index = CAST(LoadFixedArrayElement(names, i_plus_1)); in ConstructNewResultFromMatchInfo() 360 CAST(LoadFixedArrayElement(result_elements, SmiUntag(index))); in ConstructNewResultFromMatchInfo() 1656 const TNode<Smi> num_registers = CAST(LoadFixedArrayElement( in RegExpPrototypeSplitBody() 1671 const TNode<Object> from = LoadFixedArrayElement( in RegExpPrototypeSplitBody() 1674 const TNode<Smi> to = CAST(LoadFixedArrayElement( in RegExpPrototypeSplitBody()
|
| D | wasm.tq | 177 LoadFixedArrayElement(tables, tableIndex)); 182 const entry: Object = LoadFixedArrayElement(entries, entryIndex); 210 LoadFixedArrayElement(tables, tableIndex)); 242 const result: Object = LoadFixedArrayElement(table, functionIndex); 414 LoadFixedArrayElement(objectSupertypes, rttSupertypeLength));
|
| D | builtins-collections-gen.cc | 1461 TNode<Smi> removed_index = CAST(LoadFixedArrayElement( in TF_BUILTIN() 1589 Return(LoadFixedArrayElement( in TF_BUILTIN() 1802 LoadFixedArrayElement(table, OrderedHashMap::NumberOfBucketsIndex())); in TF_BUILTIN() 1966 LoadFixedArrayElement(table, OrderedHashSet::NumberOfBucketsIndex())); in TF_BUILTIN() 2036 TNode<Object> entry_value = LoadFixedArrayElement( in TF_BUILTIN() 2126 var_value = LoadFixedArrayElement( in TF_BUILTIN() 2762 Return(LoadFixedArrayElement(table, SmiUntag(index))); in TF_BUILTIN()
|
| D | builtins-string-gen.cc | 1293 TNode<Object> entry = LoadFixedArrayElement(cache, code_index); in StringToArray()
|
| D | builtins-array-gen.cc | 316 LoadFixedArrayElement(elements_known_fixed_array, new_length); in TF_BUILTIN()
|
| /third_party/node/deps/v8/src/baseline/ |
| D | baseline-assembler-inl.h | 107 void BaselineAssembler::LoadFixedArrayElement(Register output, Register array, in LoadFixedArrayElement() function
|
| D | baseline-assembler.h | 166 inline void LoadFixedArrayElement(Register output, Register array,
|
| D | baseline-compiler.cc | 891 __ LoadFixedArrayElement(scratch, scratch, cell_index); in VisitLdaModuleVariable() local 920 __ LoadFixedArrayElement(scratch, scratch, cell_index); in VisitStaModuleVariable() local 1856 __ LoadFixedArrayElement(feedback_cell, feedback_cell, Index(1)); in VisitCreateClosure() local
|
| /third_party/node/deps/v8/src/interpreter/ |
| D | interpreter-generator.cc | 785 CAST(LoadFixedArrayElement(regular_exports, export_index)); in IGNITION_HANDLER() 797 CAST(LoadFixedArrayElement(regular_imports, import_index)); in IGNITION_HANDLER() 830 CAST(LoadFixedArrayElement(regular_exports, export_index)); in IGNITION_HANDLER() 2479 CAST(LoadFixedArrayElement(feedback_cell_array, slot)); in IGNITION_HANDLER() 2895 TNode<Object> key = LoadFixedArrayElement(CAST(cache_array), index, 0); in IGNITION_HANDLER()
|
| D | interpreter-assembler.cc | 1533 TNode<Object> value = LoadFixedArrayElement(array, array_index); in ImportRegisterFile()
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.h | 1520 TNode<Object> LoadFixedArrayElement( 1529 return LoadFixedArrayElement(object, index, additional_offset, 1533 TNode<Object> LoadFixedArrayElement(TNode<FixedArray> object, int index, 1535 return LoadFixedArrayElement(object, IntPtrConstant(index), 1542 return LoadFixedArrayElement(object, IntPtrConstant(index), 3100 return CAST(LoadFixedArrayElement( in GetNumberOfDeletedElements() 3126 return CAST(LoadFixedArrayElement(dictionary, in GetNextEnumerationIndex()
|
| D | code-stub-assembler.cc | 2045 var_hash = SmiUntag(CAST(LoadFixedArrayElement( in LoadJSReceiverIdentityHash() 2260 TNode<Object> CodeStubAssembler::LoadFixedArrayElement( in LoadFixedArrayElement() function in v8::internal::CodeStubAssembler 2280 CodeStubAssembler::LoadFixedArrayElement<Smi>(TNode<FixedArray>, TNode<Smi>, 2283 CodeStubAssembler::LoadFixedArrayElement<UintPtrT>(TNode<FixedArray>, 2287 CodeStubAssembler::LoadFixedArrayElement<IntPtrT>(TNode<FixedArray>, 2725 var_result = LoadFixedArrayElement(CAST(elements), index, 0); in LoadFixedArrayBaseElementAsTagged() 2731 var_result = LoadFixedArrayElement(CAST(elements), index); in LoadFixedArrayBaseElementAsTagged() 8329 return LoadFixedArrayElement(container, key_index, kKeyToValueOffset); in LoadValueByKeyIndex() 8729 Word32Or(TaggedEqual(LoadFixedArrayElement(dictionary, index), in InsertEntry() 8731 TaggedEqual(LoadFixedArrayElement(dictionary, index), in InsertEntry() [all …]
|
| /third_party/node/deps/v8/src/compiler/ |
| D | wasm-compiler.cc | 367 Node* LoadFixedArrayElement(Node* fixed_array, Node* index_intptr, in LoadFixedArrayElement() function in v8::internal::compiler::WasmGraphAssembler 384 Node* LoadFixedArrayElement(Node* array, int index, MachineType type) { in LoadFixedArrayElement() function in v8::internal::compiler::WasmGraphAssembler 391 return LoadFixedArrayElement(array, index, MachineType::TaggedSigned()); in LoadFixedArrayElementSmi() 395 return LoadFixedArrayElement(array, index, MachineType::TaggedPointer()); in LoadFixedArrayElementPtr() 399 return LoadFixedArrayElement(array, index, MachineType::AnyTagged()); in LoadFixedArrayElementAny() 3094 Node* ref_node = gasm_->LoadFixedArrayElement( in BuildImportCall() 3240 Node* target_instance = gasm_->LoadFixedArrayElement( in BuildIndirectCall() 3353 Node* function_ref_at_index = gasm_->LoadFixedArrayElement( in CompareToInternalFunctionAtIndex()
|
| /third_party/node/deps/v8/src/ic/ |
| D | accessor-assembler.cc | 857 TNode<Cell> cell = CAST(LoadFixedArrayElement(exports, index)); in HandleLoadICSmiHandlerLoadNamedCase() 3393 TNode<IntPtrT> num_script_contexts = SmiUntag(CAST(LoadFixedArrayElement( in ScriptContextTableLookup() 3403 TNode<Context> script_context = CAST(LoadFixedArrayElement( in ScriptContextTableLookup()
|