Searched defs:LoadFixedArrayElement (Results 1 – 4 of 4) sorted by relevance
/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-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/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
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 2260 TNode<Object> CodeStubAssembler::LoadFixedArrayElement( in LoadFixedArrayElement() function in v8::internal::CodeStubAssembler
|