Home
last modified time | relevance | path

Searched defs:LoadFixedArrayElement (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/baseline/
Dbaseline-assembler-inl.h107 void BaselineAssembler::LoadFixedArrayElement(Register output, Register array, in LoadFixedArrayElement() function
Dbaseline-compiler.cc891 __ 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/compiler/
Dwasm-compiler.cc367 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
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2260 TNode<Object> CodeStubAssembler::LoadFixedArrayElement( in LoadFixedArrayElement() function in v8::internal::CodeStubAssembler