Home
last modified time | relevance | path

Searched refs:mapping_table (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/baseline/
Dbytecode-offset-iterator.cc13 BytecodeOffsetIterator::BytecodeOffsetIterator(Handle<ByteArray> mapping_table, in BytecodeOffsetIterator() argument
15 : mapping_table_(mapping_table), in BytecodeOffsetIterator()
27 BytecodeOffsetIterator::BytecodeOffsetIterator(ByteArray mapping_table, in BytecodeOffsetIterator() argument
29 : data_start_address_(mapping_table.GetDataStartAddress()), in BytecodeOffsetIterator()
30 data_length_(mapping_table.length()), in BytecodeOffsetIterator()
Dbytecode-offset-iterator.h23 explicit BytecodeOffsetIterator(Handle<ByteArray> mapping_table,
26 explicit BytecodeOffsetIterator(ByteArray mapping_table,
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv_bridge.c527 uint32_t mapping_table = 0; in pvr_srv_alloc_pmr() local
534 .mapping_table = &mapping_table, in pvr_srv_alloc_pmr()
Dpvr_srv_bridge.h364 uint32_t *mapping_table; member