Lines Matching refs:ArrayRef
373 static ArrayRef<const uint8_t> AlignVectorSize(std::vector<uint8_t>& vector) { in AlignVectorSize()
379 return ArrayRef<const uint8_t>(vector); in AlignVectorSize()
425 ArrayRef<const uint8_t>(allocator.GetMemory()), in CompileOptimized()
433 ArrayRef<const uint8_t>(), // mapping_table. in CompileOptimized()
434 ArrayRef<const uint8_t>(stack_map), in CompileOptimized()
435 ArrayRef<const uint8_t>(), // native_gc_map. in CompileOptimized()
436 ArrayRef<const uint8_t>(*codegen->GetAssembler()->cfi().data()), in CompileOptimized()
437 ArrayRef<const LinkerPatch>()); in CompileOptimized()
462 ArrayRef<const uint8_t>(allocator.GetMemory()), in CompileBaseline()
473 ArrayRef<const uint8_t>(*codegen->GetAssembler()->cfi().data()), in CompileBaseline()
474 ArrayRef<const LinkerPatch>()); in CompileBaseline()