Lines Matching refs:ArrayRef
23 const ArrayRef<const uint8_t>& quick_code, bool owns_code_array) in CompiledCode()
29 void CompiledCode::SetCode(const ArrayRef<const uint8_t>* quick_code) { in SetCode()
126 const ArrayRef<const uint8_t>& quick_code, in CompiledMethod()
131 const ArrayRef<const uint8_t>& mapping_table, in CompiledMethod()
132 const ArrayRef<const uint8_t>& vmap_table, in CompiledMethod()
133 const ArrayRef<const uint8_t>& native_gc_map, in CompiledMethod()
134 const ArrayRef<const uint8_t>& cfi_info, in CompiledMethod()
135 const ArrayRef<const LinkerPatch>& patches) in CompiledMethod()
160 driver->DeduplicateSrcMappingTable(ArrayRef<SrcMapElem>()) : in CompiledMethod()
161 driver->DeduplicateSrcMappingTable(ArrayRef<SrcMapElem>(*src_mapping_table)); in CompiledMethod()
173 const ArrayRef<const uint8_t>& quick_code, in SwapAllocCompiledMethod()
178 const ArrayRef<const uint8_t>& mapping_table, in SwapAllocCompiledMethod()
179 const ArrayRef<const uint8_t>& vmap_table, in SwapAllocCompiledMethod()
180 const ArrayRef<const uint8_t>& native_gc_map, in SwapAllocCompiledMethod()
181 const ArrayRef<const uint8_t>& cfi_info, in SwapAllocCompiledMethod()
182 const ArrayRef<const LinkerPatch>& patches) { in SwapAllocCompiledMethod()