Lines Matching refs:OwnedVector
365 OwnedVector<trap_handler::ProtectedInstructionData> protected_instructions, in AddOwnedCode()
366 OwnedVector<const byte> reloc_info, in AddOwnedCode()
367 OwnedVector<const byte> source_position_table, WasmCode::Kind kind, in AddOwnedCode()
462 OwnedVector<byte> reloc_info = OwnedVector<byte>::New(relocation_size); in AddAnonymousCode()
466 OwnedVector<byte> source_pos = in AddAnonymousCode()
467 OwnedVector<byte>::New(source_pos_table->length()); in AddAnonymousCode()
521 OwnedVector<trap_handler::ProtectedInstructionData> protected_instructions, in AddCode()
522 OwnedVector<const byte> source_pos_table, WasmCode::Tier tier) { in AddCode()
523 OwnedVector<byte> reloc_info = OwnedVector<byte>::New(desc.reloc_size); in AddCode()
571 OwnedVector<trap_handler::ProtectedInstructionData> protected_instructions, in AddDeserializedCode()
572 OwnedVector<const byte> reloc_info, in AddDeserializedCode()
573 OwnedVector<const byte> source_position_table, WasmCode::Tier tier) { in AddDeserializedCode()
618 OwnedVector<byte> instructions = OwnedVector<byte>::New( in CreateEmptyJumpTable()