Lines Matching refs:index
90 inline ImportedFunctionEntry(Handle<WasmInstanceObject>, int index);
140 // Get the function name of the function identified by the given index.
148 // given index.
194 uint32_t index, Handle<Object> entry);
198 uint32_t index);
220 Handle<WasmTableObject> table, int index);
489 Isolate* isolate, Handle<WasmInstanceObject> instance, int index);
501 int index,
517 // Get the FixedArray and the index in that FixedArray for the given global,
684 V8_EXPORT_PRIVATE void Set(uint32_t index, int sig_id, Address call_target,
686 void Clear(uint32_t index);
817 // Set a breakpoint on first breakable position of the given function index
823 // Set a breakpoint at the breakable offset of the given function index
868 int index);
965 // Get the {ObjectSlot} corresponding to the element at {index}. Requires that
967 inline ObjectSlot ElementSlot(uint32_t index);
968 V8_EXPORT_PRIVATE wasm::WasmValue GetElement(uint32_t index);
975 uint32_t index);
977 // Returns the offset/Address of the element at {index}.
978 inline uint32_t element_offset(uint32_t index);
979 inline Address ElementAddress(uint32_t index);